Html Css Color HEX #D13552 Old Rose

📋 copy color: '#D13552'

red 209 ◦ green 53 ◦ blue 82

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

Shades of Old Rose #D13552

Tints of Old Rose #D13552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

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

R = 60.76%
G = 15.41%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D13552 (or 0xD13552) is known color: Old Rose. HEX triplet: D1, 35 and 52. RGB value is (209,53,82). Sum of RGB (Red+Green+Blue) = 209+53+82=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D13552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13552 is #2ECAAD. Grayscale: #666666. Windows color (decimal): -3066542 or 5387729. OLE color: 5387729.

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

Color convert

RGB 209 53 82 -
CMYK 0 0.75 0.61 0.18
HSL 348.85º 0.63% 0.51% -
HSV(B) 348.85º 0.75% 0.82% -
XYZ 29.09 16.71 9.67 -
YUV 102.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 209 53 82 0 0.75 0.61 0.18 348.85 0.63 0.51
Hex D1 35 52 0 4B 3D 12 15D 3F 33
Octal 321 65 122 0 113 75 22 535 77 63
Binary 11010001 110101 1010010 0 1001011 111101 10010 101011101 111111 110011

Color Harmonies of #D13552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13552

Black with #D13552

Text Example


Text Example

White with #D13552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13552; }

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

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

background-color css

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

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

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

border-color css

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

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

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