Html Css Color HEX #D12455 Old Rose

📋 copy color: '#D12455'

red 209 ◦ green 36 ◦ blue 85

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

Shades of Old Rose #D12455

Tints of Old Rose #D12455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.91%

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

R = 63.33%
G = 10.91%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D12455 (or 0xD12455) is known color: Old Rose. HEX triplet: D1, 24 and 55. RGB value is (209,36,85). Sum of RGB (Red+Green+Blue) = 209+36+85=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D12455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12455 is #2EDBAA. Grayscale: #5D5D5D. Windows color (decimal): -3070891 or 5579985. OLE color: 5579985.

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

Color convert

RGB 209 36 85 -
CMYK 0 0.83 0.59 0.18
HSL 343.01º 0.71% 0.48% -
HSV(B) 343.01º 0.83% 0.82% -
XYZ 28.57 15.47 10.08 -
YUV 93.31 123.31 210.52 -
System Red Green Blue C M Y K H S L
Decimal 209 36 85 0 0.83 0.59 0.18 343.01 0.71 0.48
Hex D1 24 55 0 53 3B 12 157 47 30
Octal 321 44 125 0 123 73 22 527 107 60
Binary 11010001 100100 1010101 0 1010011 111011 10010 101010111 1000111 110000

Color Harmonies of #D12455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12455

Black with #D12455

Text Example


Text Example

White with #D12455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12455; }

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

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

background-color css

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

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

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

border-color css

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

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

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