Html Css Color HEX #D0204F Old Rose

📋 copy color: '#D0204F'

red 208 ◦ green 32 ◦ blue 79

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

Shades of Old Rose #D0204F

Tints of Old Rose #D0204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 65.2%
G = 10.03%
B = 24.76%

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

#D0204F (or 0xD0204F) is known color: Old Rose. HEX triplet: D0, 20 and 4F. RGB value is (208,32,79). Sum of RGB (Red+Green+Blue) = 208+32+79=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0204F is #2FDFB0. Grayscale: #595959. Windows color (decimal): -3137457 or 5185744. OLE color: 5185744.

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

Color convert

RGB 208 32 79 -
CMYK 0 0.85 0.62 0.18
HSL 343.98º 0.73% 0.47% -
HSV(B) 343.98º 0.85% 0.82% -
XYZ 27.94 15.01 8.82 -
YUV 89.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 208 32 79 0 0.85 0.62 0.18 343.98 0.73 0.47
Hex D0 20 4F 0 55 3E 12 158 49 2F
Octal 320 40 117 0 125 76 22 530 111 57
Binary 11010000 100000 1001111 0 1010101 111110 10010 101011000 1001001 101111

Color Harmonies of #D0204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0204F

Black with #D0204F

Text Example


Text Example

White with #D0204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0204F; }

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

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

background-color css

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

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

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

border-color css

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

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

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