Html Css Color HEX #D11F4D Old Rose

📋 copy color: '#D11F4D'

red 209 ◦ green 31 ◦ blue 77

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

Shades of Old Rose #D11F4D

Tints of Old Rose #D11F4D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.78%

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

R = 65.93%
G = 9.78%
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

#D11F4D (or 0xD11F4D) is known color: Old Rose. HEX triplet: D1, 1F and 4D. RGB value is (209,31,77). Sum of RGB (Red+Green+Blue) = 209+31+77=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11F4D is #2EE0B2. Grayscale: #595959. Windows color (decimal): -3072179 or 5054417. OLE color: 5054417.

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

Color convert

RGB 209 31 77 -
CMYK 0 0.85 0.63 0.18
HSL 344.49º 0.74% 0.47% -
HSV(B) 344.49º 0.85% 0.82% -
XYZ 28.12 15.07 8.45 -
YUV 89.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 209 31 77 0 0.85 0.63 0.18 344.49 0.74 0.47
Hex D1 1F 4D 0 55 3F 12 158 4A 2F
Octal 321 37 115 0 125 77 22 530 112 57
Binary 11010001 11111 1001101 0 1010101 111111 10010 101011000 1001010 101111

Color Harmonies of #D11F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F4D

Black with #D11F4D

Text Example


Text Example

White with #D11F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F4D; }

 p { color: rgb(209,31,77); }

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

background-color css

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

 a { background-color: rgb(209,31,77); }

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

border-color css

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

 span { border-color: rgb(209,31,77); }

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