Html Css Color HEX #D12854 Old Rose

📋 copy color: '#D12854'

red 209 ◦ green 40 ◦ blue 84

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

Shades of Old Rose #D12854

Tints of Old Rose #D12854

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.01%

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

R = 62.76%
G = 12.01%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D12854 (or 0xD12854) is known color: Old Rose. HEX triplet: D1, 28 and 54. RGB value is (209,40,84). Sum of RGB (Red+Green+Blue) = 209+40+84=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D12854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12854 is #2ED7AB. Grayscale: #5F5F5F. Windows color (decimal): -3069868 or 5515473. OLE color: 5515473.

HSL color Cylindrical-coordinate representation of color #D12854: hue angle of 344.38º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12854 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 40 84 -
CMYK 0 0.81 0.60 0.18
HSL 344.38º 0.68% 0.49% -
HSV(B) 344.38º 0.81% 0.82% -
XYZ 28.65 15.71 9.91 -
YUV 95.55 121.49 208.92 -
System Red Green Blue C M Y K H S L
Decimal 209 40 84 0 0.81 0.60 0.18 344.38 0.68 0.49
Hex D1 28 54 0 51 3C 12 158 44 31
Octal 321 50 124 0 121 74 22 530 104 61
Binary 11010001 101000 1010100 0 1010001 111100 10010 101011000 1000100 110001

Color Harmonies of #D12854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12854

Black with #D12854

Text Example


Text Example

White with #D12854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12854; }

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

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

background-color css

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

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

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

border-color css

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

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

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