Html Css Color HEX #D05552 Valencia

📋 copy color: '#D05552'

red 208 ◦ green 85 ◦ blue 82

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

Shades of Valencia #D05552

Tints of Valencia #D05552

RGB

 RED value IS 208 (81.64% from 255) = 55.47%

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

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

R = 55.47%
G = 22.67%
B = 21.87%

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

#D05552 (or 0xD05552) is known color: Valencia. HEX triplet: D0, 55 and 52. RGB value is (208,85,82). Sum of RGB (Red+Green+Blue) = 208+85+82=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D05552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05552 is #2FAAAD. Grayscale: #797979. Windows color (decimal): -3123886 or 5395920. OLE color: 5395920.

HSL color Cylindrical-coordinate representation of color #D05552: hue angle of 1.43º degrees, saturation: 0.57, 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 #D05552 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 85 82 -
CMYK 0 0.59 0.61 0.18
HSL 1.43º 0.57% 0.57% -
HSV(B) 1.43º 0.61% 0.82% -
XYZ 30.78 20.52 10.32 -
YUV 121.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 208 85 82 0 0.59 0.61 0.18 1.43 0.57 0.57
Hex D0 55 52 0 3B 3D 12 1 39 39
Octal 320 125 122 0 73 75 22 1 71 71
Binary 11010000 1010101 1010010 0 111011 111101 10010 1 111001 111001

Color Harmonies of #D05552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05552

Black with #D05552

Text Example


Text Example

White with #D05552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05552; }

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

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

background-color css

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

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

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

border-color css

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

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

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