Html Css Color HEX #D0204E Old Rose

📋 copy color: '#D0204E'

red 208 ◦ green 32 ◦ blue 78

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

Shades of Old Rose #D0204E

Tints of Old Rose #D0204E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.06%

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 65.41%
G = 10.06%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0204E (or 0xD0204E) is known color: Old Rose. HEX triplet: D0, 20 and 4E. RGB value is (208,32,78). Sum of RGB (Red+Green+Blue) = 208+32+78=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0204E is #2FDFB1. Grayscale: #595959. Windows color (decimal): -3137458 or 5120208. OLE color: 5120208.

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

Color convert

RGB 208 32 78 -
CMYK 0 0.85 0.62 0.18
HSL 344.32º 0.73% 0.47% -
HSV(B) 344.32º 0.85% 0.82% -
XYZ 27.9 14.99 8.63 -
YUV 89.87 121.31 212.26 -
System Red Green Blue C M Y K H S L
Decimal 208 32 78 0 0.85 0.62 0.18 344.32 0.73 0.47
Hex D0 20 4E 0 55 3E 12 158 49 2F
Octal 320 40 116 0 125 76 22 530 111 57
Binary 11010000 100000 1001110 0 1010101 111110 10010 101011000 1001001 101111

Color Harmonies of #D0204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0204E

Black with #D0204E

Text Example


Text Example

White with #D0204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0204E; }

 p { color: rgb(208,32,78); }

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

background-color css

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

 a { background-color: rgb(208,32,78); }

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

border-color css

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

 span { border-color: rgb(208,32,78); }

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