Html Css Color HEX #D12D55 Old Rose

📋 copy color: '#D12D55'

red 209 ◦ green 45 ◦ blue 85

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

Shades of Old Rose #D12D55

Tints of Old Rose #D12D55

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.27%

 BLUE value IS 85 (33.59% from 255) = 25.07%

R = 61.65%
G = 13.27%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D12D55 (or 0xD12D55) is known color: Old Rose. HEX triplet: D1, 2D and 55. RGB value is (209,45,85). Sum of RGB (Red+Green+Blue) = 209+45+85=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D55 is #2ED2AA. Grayscale: #626262. Windows color (decimal): -3068587 or 5582289. OLE color: 5582289.

HSL color Cylindrical-coordinate representation of color #D12D55: hue angle of 345.37º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12D55 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 45 85 -
CMYK 0 0.78 0.59 0.18
HSL 345.37º 0.65% 0.5% -
HSV(B) 345.37º 0.78% 0.82% -
XYZ 28.87 16.09 10.18 -
YUV 98.6 120.33 206.75 -
System Red Green Blue C M Y K H S L
Decimal 209 45 85 0 0.78 0.59 0.18 345.37 0.65 0.5
Hex D1 2D 55 0 4E 3B 12 159 41 32
Octal 321 55 125 0 116 73 22 531 101 62
Binary 11010001 101101 1010101 0 1001110 111011 10010 101011001 1000001 110010

Color Harmonies of #D12D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D55

Black with #D12D55

Text Example


Text Example

White with #D12D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D55; }

 p { color: rgb(209,45,85); }

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

background-color css

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

 a { background-color: rgb(209,45,85); }

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

border-color css

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

 span { border-color: rgb(209,45,85); }

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