Html Css Color HEX #D02555 Old Rose

📋 copy color: '#D02555'

red 208 ◦ green 37 ◦ blue 85

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

Shades of Old Rose #D02555

Tints of Old Rose #D02555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.76%

R = 63.03%
G = 11.21%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D02555 (or 0xD02555) is known color: Old Rose. HEX triplet: D0, 25 and 55. RGB value is (208,37,85). Sum of RGB (Red+Green+Blue) = 208+37+85=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D02555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02555 is #2FDAAA. Grayscale: #5D5D5D. Windows color (decimal): -3136171 or 5580240. OLE color: 5580240.

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

Color convert

RGB 208 37 85 -
CMYK 0 0.82 0.59 0.18
HSL 343.16º 0.7% 0.48% -
HSV(B) 343.16º 0.82% 0.82% -
XYZ 28.31 15.39 10.07 -
YUV 93.6 123.15 209.6 -
System Red Green Blue C M Y K H S L
Decimal 208 37 85 0 0.82 0.59 0.18 343.16 0.7 0.48
Hex D0 25 55 0 52 3B 12 157 46 30
Octal 320 45 125 0 122 73 22 527 106 60
Binary 11010000 100101 1010101 0 1010010 111011 10010 101010111 1000110 110000

Color Harmonies of #D02555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02555

Black with #D02555

Text Example


Text Example

White with #D02555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02555; }

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

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

background-color css

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

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

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

border-color css

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

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

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