#D55852

Color #D55852 Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #D55852

Tints of Valencia #D55852

Color information

#D55852 (or 0xD55852) is unknown color: approx Valencia. HEX triplet: D5, 58 and 52. RGB value is (213,88,82). Sum of RGB (Red+Green+Blue) = 213+88+82=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D55852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55852 is #2AA7AD. Grayscale: #7C7C7C. Windows color (decimal): -2795438 or 5396693. OLE color: 5396693.

HSL color Cylindrical-coordinate representation of color #D55852: hue angle of 2.75º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55852 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB2138882-
CMYK00.590.620.16
HSL2.75º60.93%57.84%-
HSV(B)2.75º61.5%83.53%-
XYZ32.4521.7310.47-
YUV124.69103.91190.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 55.61%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=55.61%
G=22.98%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213888200.590.620.162.7560.9357.84
HexD5585203B3E1033d3a
Octal325130122073762037572
Binary110101011011000101001001110111111101000011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55852; }

 p { color: rgb(213,88,82); }

 H1.HeaderClassName
 {
   color: #D55852;
 }
 .AnyTagClassName
 {
   color: #D55852;
 }
</style>
background-color css

<style>
 a { background-color: #D55852; }

 a { background-color: rgb(213,88,82); }

 div.DivClassName
 {
   background-color: #D55852;
 }
 .BgClassName
 {
   background-color: #D55852;
 }
</style>
border-color css

<style>
 span { border-color: #D55852; }

 span { border-color: rgb(213,88,82); }

 td.TdClassName
 {
   border-color: #D55852;
 }
 .TagClassName
 {
   border-color: #D55852;
 }
</style>