Html Css Color HEX #D02254 Old Rose

📋 copy color: '#D02254'

red 208 ◦ green 34 ◦ blue 84

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

Shades of Old Rose #D02254

Tints of Old Rose #D02254

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

 BLUE value IS 84 (33.2% from 255) = 25.77%

R = 63.8%
G = 10.43%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D02254 (or 0xD02254) is known color: Old Rose. HEX triplet: D0, 22 and 54. RGB value is (208,34,84). Sum of RGB (Red+Green+Blue) = 208+34+84=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D02254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02254 is #2FDDAB. Grayscale: #5B5B5B. Windows color (decimal): -3136940 or 5513936. OLE color: 5513936.

HSL color Cylindrical-coordinate representation of color #D02254: hue angle of 342.76º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02254 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 34 84 -
CMYK 0 0.84 0.60 0.18
HSL 342.76º 0.72% 0.47% -
HSV(B) 342.76º 0.84% 0.82% -
XYZ 28.18 15.19 9.83 -
YUV 91.73 123.65 210.93 -
System Red Green Blue C M Y K H S L
Decimal 208 34 84 0 0.84 0.60 0.18 342.76 0.72 0.47
Hex D0 22 54 0 54 3C 12 157 48 2F
Octal 320 42 124 0 124 74 22 527 110 57
Binary 11010000 100010 1010100 0 1010100 111100 10010 101010111 1001000 101111

Color Harmonies of #D02254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02254

Black with #D02254

Text Example


Text Example

White with #D02254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02254; }

 p { color: rgb(208,34,84); }

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

background-color css

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

 a { background-color: rgb(208,34,84); }

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

border-color css

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

 span { border-color: rgb(208,34,84); }

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