Html Css Color HEX #D1214D Old Rose

📋 copy color: '#D1214D'

red 209 ◦ green 33 ◦ blue 77

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

Shades of Old Rose #D1214D

Tints of Old Rose #D1214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.34%

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

R = 65.52%
G = 10.34%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1214D (or 0xD1214D) is known color: Old Rose. HEX triplet: D1, 21 and 4D. RGB value is (209,33,77). Sum of RGB (Red+Green+Blue) = 209+33+77=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1214D is #2EDEB2. Grayscale: #5A5A5A. Windows color (decimal): -3071667 or 5054929. OLE color: 5054929.

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

Color convert

RGB 209 33 77 -
CMYK 0 0.84 0.63 0.18
HSL 345º 0.73% 0.47% -
HSV(B) 345º 0.84% 0.82% -
XYZ 28.18 15.18 8.47 -
YUV 90.64 120.31 212.42 -
System Red Green Blue C M Y K H S L
Decimal 209 33 77 0 0.84 0.63 0.18 345 0.73 0.47
Hex D1 21 4D 0 54 3F 12 159 49 2F
Octal 321 41 115 0 124 77 22 531 111 57
Binary 11010001 100001 1001101 0 1010100 111111 10010 101011001 1001001 101111

Color Harmonies of #D1214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1214D

Black with #D1214D

Text Example


Text Example

White with #D1214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1214D; }

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

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

background-color css

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

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

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

border-color css

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

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

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