Html Css Color HEX #D0204D Old Rose

📋 copy color: '#D0204D'

red 208 ◦ green 32 ◦ blue 77

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

Shades of Old Rose #D0204D

Tints of Old Rose #D0204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.29%

R = 65.62%
G = 10.09%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0204D (or 0xD0204D) is known color: Old Rose. HEX triplet: D0, 20 and 4D. RGB value is (208,32,77). Sum of RGB (Red+Green+Blue) = 208+32+77=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D0204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0204D is #2FDFB2. Grayscale: #595959. Windows color (decimal): -3137459 or 5054672. OLE color: 5054672.

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

Color convert

RGB 208 32 77 -
CMYK 0 0.85 0.63 0.18
HSL 344.66º 0.73% 0.47% -
HSV(B) 344.66º 0.85% 0.82% -
XYZ 27.87 14.98 8.44 -
YUV 89.75 120.81 212.34 -
System Red Green Blue C M Y K H S L
Decimal 208 32 77 0 0.85 0.63 0.18 344.66 0.73 0.47
Hex D0 20 4D 0 55 3F 12 159 49 2F
Octal 320 40 115 0 125 77 22 531 111 57
Binary 11010000 100000 1001101 0 1010101 111111 10010 101011001 1001001 101111

Color Harmonies of #D0204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0204D

Black with #D0204D

Text Example


Text Example

White with #D0204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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