Html Css Color HEX #D12255 Old Rose

📋 copy color: '#D12255'

red 209 ◦ green 34 ◦ blue 85

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

Shades of Old Rose #D12255

Tints of Old Rose #D12255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.37%

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

R = 63.72%
G = 10.37%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D12255 (or 0xD12255) is known color: Old Rose. HEX triplet: D1, 22 and 55. RGB value is (209,34,85). Sum of RGB (Red+Green+Blue) = 209+34+85=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D12255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12255 is #2EDDAA. Grayscale: #5C5C5C. Windows color (decimal): -3071403 or 5579473. OLE color: 5579473.

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

Color convert

RGB 209 34 85 -
CMYK 0 0.84 0.59 0.18
HSL 342.51º 0.72% 0.48% -
HSV(B) 342.51º 0.84% 0.82% -
XYZ 28.51 15.36 10.06 -
YUV 92.14 123.98 211.35 -
System Red Green Blue C M Y K H S L
Decimal 209 34 85 0 0.84 0.59 0.18 342.51 0.72 0.48
Hex D1 22 55 0 54 3B 12 157 48 30
Octal 321 42 125 0 124 73 22 527 110 60
Binary 11010001 100010 1010101 0 1010100 111011 10010 101010111 1001000 110000

Color Harmonies of #D12255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12255

Black with #D12255

Text Example


Text Example

White with #D12255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12255; }

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

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

background-color css

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

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

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

border-color css

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

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

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