Html Css Color HEX #D12552 Old Rose

📋 copy color: '#D12552'

red 209 ◦ green 37 ◦ blue 82

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

Shades of Old Rose #D12552

Tints of Old Rose #D12552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.28%

 BLUE value IS 82 (32.42% from 255) = 25%

R = 63.72%
G = 11.28%
B = 25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D12552 (or 0xD12552) is known color: Old Rose. HEX triplet: D1, 25 and 52. RGB value is (209,37,82). Sum of RGB (Red+Green+Blue) = 209+37+82=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D12552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12552 is #2EDAAD. Grayscale: #5D5D5D. Windows color (decimal): -3070638 or 5383633. OLE color: 5383633.

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

Color convert

RGB 209 37 82 -
CMYK 0 0.82 0.61 0.18
HSL 344.3º 0.7% 0.48% -
HSV(B) 344.3º 0.82% 0.82% -
XYZ 28.48 15.49 9.47 -
YUV 93.56 121.48 210.34 -
System Red Green Blue C M Y K H S L
Decimal 209 37 82 0 0.82 0.61 0.18 344.3 0.7 0.48
Hex D1 25 52 0 52 3D 12 158 46 30
Octal 321 45 122 0 122 75 22 530 106 60
Binary 11010001 100101 1010010 0 1010010 111101 10010 101011000 1000110 110000

Color Harmonies of #D12552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12552

Black with #D12552

Text Example


Text Example

White with #D12552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12552; }

 p { color: rgb(209,37,82); }

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

background-color css

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

 a { background-color: rgb(209,37,82); }

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

border-color css

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

 span { border-color: rgb(209,37,82); }

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