Html Css Color HEX #D02D52 Old Rose

📋 copy color: '#D02D52'

red 208 ◦ green 45 ◦ blue 82

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

Shades of Old Rose #D02D52

Tints of Old Rose #D02D52

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.43%

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

R = 62.09%
G = 13.43%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D02D52 (or 0xD02D52) is known color: Old Rose. HEX triplet: D0, 2D and 52. RGB value is (208,45,82). Sum of RGB (Red+Green+Blue) = 208+45+82=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D52 is #2FD2AD. Grayscale: #616161. Windows color (decimal): -3134126 or 5385680. OLE color: 5385680.

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

Color convert

RGB 208 45 82 -
CMYK 0 0.78 0.61 0.18
HSL 346.38º 0.64% 0.5% -
HSV(B) 346.38º 0.78% 0.82% -
XYZ 28.47 15.9 9.55 -
YUV 97.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 208 45 82 0 0.78 0.61 0.18 346.38 0.64 0.5
Hex D0 2D 52 0 4E 3D 12 15A 40 32
Octal 320 55 122 0 116 75 22 532 100 62
Binary 11010000 101101 1010010 0 1001110 111101 10010 101011010 1000000 110010

Color Harmonies of #D02D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D52

Black with #D02D52

Text Example


Text Example

White with #D02D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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