Html Css Color HEX #D12F54 Old Rose

📋 copy color: '#D12F54'

red 209 ◦ green 47 ◦ blue 84

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

Shades of Old Rose #D12F54

Tints of Old Rose #D12F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.82%

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

R = 61.47%
G = 13.82%
B = 24.71%

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

#D12F54 (or 0xD12F54) is known color: Old Rose. HEX triplet: D1, 2F and 54. RGB value is (209,47,84). Sum of RGB (Red+Green+Blue) = 209+47+84=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12F54 is #2ED0AB. Grayscale: #636363. Windows color (decimal): -3068076 or 5517265. OLE color: 5517265.

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

Color convert

RGB 209 47 84 -
CMYK 0 0.78 0.60 0.18
HSL 346.3º 0.64% 0.5% -
HSV(B) 346.3º 0.78% 0.82% -
XYZ 28.91 16.23 10 -
YUV 99.66 119.17 205.99 -
System Red Green Blue C M Y K H S L
Decimal 209 47 84 0 0.78 0.60 0.18 346.3 0.64 0.5
Hex D1 2F 54 0 4E 3C 12 15A 40 32
Octal 321 57 124 0 116 74 22 532 100 62
Binary 11010001 101111 1010100 0 1001110 111100 10010 101011010 1000000 110010

Color Harmonies of #D12F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12F54

Black with #D12F54

Text Example


Text Example

White with #D12F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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