Html Css Color HEX #D02154 Old Rose

📋 copy color: '#D02154'

red 208 ◦ green 33 ◦ blue 84

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

Shades of Old Rose #D02154

Tints of Old Rose #D02154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.15%

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

R = 64%
G = 10.15%
B = 25.85%

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

#D02154 (or 0xD02154) is known color: Old Rose. HEX triplet: D0, 21 and 54. RGB value is (208,33,84). Sum of RGB (Red+Green+Blue) = 208+33+84=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D02154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02154 is #2FDEAB. Grayscale: #5B5B5B. Windows color (decimal): -3137196 or 5513680. OLE color: 5513680.

HSL color Cylindrical-coordinate representation of color #D02154: hue angle of 342.51º degrees, saturation: 0.73, 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 #D02154 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 33 84 -
CMYK 0 0.84 0.60 0.18
HSL 342.51º 0.73% 0.47% -
HSV(B) 342.51º 0.84% 0.82% -
XYZ 28.16 15.14 9.83 -
YUV 91.14 123.98 211.35 -
System Red Green Blue C M Y K H S L
Decimal 208 33 84 0 0.84 0.60 0.18 342.51 0.73 0.47
Hex D0 21 54 0 54 3C 12 157 49 2F
Octal 320 41 124 0 124 74 22 527 111 57
Binary 11010000 100001 1010100 0 1010100 111100 10010 101010111 1001001 101111

Color Harmonies of #D02154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02154

Black with #D02154

Text Example


Text Example

White with #D02154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02154; }

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

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

background-color css

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

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

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

border-color css

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

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

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