Html Css Color HEX #D12E54 Old Rose

📋 copy color: '#D12E54'

red 209 ◦ green 46 ◦ blue 84

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

Shades of Old Rose #D12E54

Tints of Old Rose #D12E54

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.57%

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

R = 61.65%
G = 13.57%
B = 24.78%

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

#D12E54 (or 0xD12E54) is known color: Old Rose. HEX triplet: D1, 2E and 54. RGB value is (209,46,84). Sum of RGB (Red+Green+Blue) = 209+46+84=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12E54 is #2ED1AB. Grayscale: #636363. Windows color (decimal): -3068332 or 5517009. OLE color: 5517009.

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

Color convert

RGB 209 46 84 -
CMYK 0 0.78 0.60 0.18
HSL 346.01º 0.64% 0.5% -
HSV(B) 346.01º 0.78% 0.82% -
XYZ 28.87 16.15 9.98 -
YUV 99.07 119.5 206.41 -
System Red Green Blue C M Y K H S L
Decimal 209 46 84 0 0.78 0.60 0.18 346.01 0.64 0.5
Hex D1 2E 54 0 4E 3C 12 15A 40 32
Octal 321 56 124 0 116 74 22 532 100 62
Binary 11010001 101110 1010100 0 1001110 111100 10010 101011010 1000000 110010

Color Harmonies of #D12E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12E54

Black with #D12E54

Text Example


Text Example

White with #D12E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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