Html Css Color HEX #D02552 Old Rose

📋 copy color: '#D02552'

red 208 ◦ green 37 ◦ blue 82

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

Shades of Old Rose #D02552

Tints of Old Rose #D02552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.31%

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

R = 63.61%
G = 11.31%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D02552 (or 0xD02552) is known color: Old Rose. HEX triplet: D0, 25 and 52. RGB value is (208,37,82). Sum of RGB (Red+Green+Blue) = 208+37+82=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D02552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02552 is #2FDAAD. Grayscale: #5D5D5D. Windows color (decimal): -3136174 or 5383632. OLE color: 5383632.

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

Color convert

RGB 208 37 82 -
CMYK 0 0.82 0.61 0.18
HSL 344.21º 0.7% 0.48% -
HSV(B) 344.21º 0.82% 0.82% -
XYZ 28.2 15.34 9.46 -
YUV 93.26 121.65 209.84 -
System Red Green Blue C M Y K H S L
Decimal 208 37 82 0 0.82 0.61 0.18 344.21 0.7 0.48
Hex D0 25 52 0 52 3D 12 158 46 30
Octal 320 45 122 0 122 75 22 530 106 60
Binary 11010000 100101 1010010 0 1010010 111101 10010 101011000 1000110 110000

Color Harmonies of #D02552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02552

Black with #D02552

Text Example


Text Example

White with #D02552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02552; }

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

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

background-color css

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

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

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

border-color css

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

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

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