Html Css Color HEX #D12D54 Old Rose

📋 copy color: '#D12D54'

red 209 ◦ green 45 ◦ blue 84

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

Shades of Old Rose #D12D54

Tints of Old Rose #D12D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.85%

R = 61.83%
G = 13.31%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D12D54 (or 0xD12D54) is known color: Old Rose. HEX triplet: D1, 2D and 54. RGB value is (209,45,84). Sum of RGB (Red+Green+Blue) = 209+45+84=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D54 is #2ED2AB. Grayscale: #626262. Windows color (decimal): -3068588 or 5516753. OLE color: 5516753.

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

Color convert

RGB 209 45 84 -
CMYK 0 0.78 0.60 0.18
HSL 345.73º 0.65% 0.5% -
HSV(B) 345.73º 0.78% 0.82% -
XYZ 28.83 16.07 9.97 -
YUV 98.48 119.83 206.83 -
System Red Green Blue C M Y K H S L
Decimal 209 45 84 0 0.78 0.60 0.18 345.73 0.65 0.5
Hex D1 2D 54 0 4E 3C 12 15A 41 32
Octal 321 55 124 0 116 74 22 532 101 62
Binary 11010001 101101 1010100 0 1001110 111100 10010 101011010 1000001 110010

Color Harmonies of #D12D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D54

Black with #D12D54

Text Example


Text Example

White with #D12D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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