Html Css Color HEX #D1204E Old Rose

📋 copy color: '#D1204E'

red 209 ◦ green 32 ◦ blue 78

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

Shades of Old Rose #D1204E

Tints of Old Rose #D1204E

RGB

 RED value IS 209 (82.03% from 255) = 65.52%

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

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

R = 65.52%
G = 10.03%
B = 24.45%

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

#D1204E (or 0xD1204E) is known color: Old Rose. HEX triplet: D1, 20 and 4E. RGB value is (209,32,78). Sum of RGB (Red+Green+Blue) = 209+32+78=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1204E is #2EDFB1. Grayscale: #5A5A5A. Windows color (decimal): -3071922 or 5120209. OLE color: 5120209.

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

Color convert

RGB 209 32 78 -
CMYK 0 0.85 0.63 0.18
HSL 344.41º 0.73% 0.47% -
HSV(B) 344.41º 0.85% 0.82% -
XYZ 28.19 15.14 8.64 -
YUV 90.17 121.14 212.76 -
System Red Green Blue C M Y K H S L
Decimal 209 32 78 0 0.85 0.63 0.18 344.41 0.73 0.47
Hex D1 20 4E 0 55 3F 12 158 49 2F
Octal 321 40 116 0 125 77 22 530 111 57
Binary 11010001 100000 1001110 0 1010101 111111 10010 101011000 1001001 101111

Color Harmonies of #D1204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1204E

Black with #D1204E

Text Example


Text Example

White with #D1204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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