Html Css Color HEX #D15552 Valencia

📋 copy color: '#D15552'

red 209 ◦ green 85 ◦ blue 82

#D15552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #D15552

Tints of Valencia #D15552

RGB

 RED value IS 209 (82.03% from 255) = 55.59%

 GREEN value IS 85 (33.59% from 255) = 22.61%

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 55.59%
G = 22.61%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D15552 (or 0xD15552) is known color: Valencia. HEX triplet: D1, 55 and 52. RGB value is (209,85,82). Sum of RGB (Red+Green+Blue) = 209+85+82=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D15552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15552 is #2EAAAD. Grayscale: #797979. Windows color (decimal): -3058350 or 5395921. OLE color: 5395921.

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

Color convert

RGB 209 85 82 -
CMYK 0 0.59 0.61 0.18
HSL 1.42º 0.58% 0.57% -
HSV(B) 1.42º 0.61% 0.82% -
XYZ 31.07 20.66 10.33 -
YUV 121.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 209 85 82 0 0.59 0.61 0.18 1.42 0.58 0.57
Hex D1 55 52 0 3B 3D 12 1 3A 39
Octal 321 125 122 0 73 75 22 1 72 71
Binary 11010001 1010101 1010010 0 111011 111101 10010 1 111010 111001

Color Harmonies of #D15552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15552

Black with #D15552

Text Example


Text Example

White with #D15552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15552; }

 p { color: rgb(209,85,82); }

 H1.HeaderClassName
 {
   color: #D15552;
 }
 .AnyTagClassName
 {
   color: #D15552;
 }
</style>

background-color css

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

 a { background-color: rgb(209,85,82); }

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

border-color css

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

 span { border-color: rgb(209,85,82); }

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