Html Css Color HEX #D13355 Old Rose

📋 copy color: '#D13355'

red 209 ◦ green 51 ◦ blue 85

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

Shades of Old Rose #D13355

Tints of Old Rose #D13355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.78%

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

R = 60.58%
G = 14.78%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D13355 (or 0xD13355) is known color: Old Rose. HEX triplet: D1, 33 and 55. RGB value is (209,51,85). Sum of RGB (Red+Green+Blue) = 209+51+85=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D13355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13355 is #2ECCAA. Grayscale: #666666. Windows color (decimal): -3067051 or 5583825. OLE color: 5583825.

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

Color convert

RGB 209 51 85 -
CMYK 0 0.76 0.59 0.18
HSL 347.09º 0.63% 0.51% -
HSV(B) 347.09º 0.76% 0.82% -
XYZ 29.12 16.58 10.26 -
YUV 102.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 209 51 85 0 0.76 0.59 0.18 347.09 0.63 0.51
Hex D1 33 55 0 4C 3B 12 15B 3F 33
Octal 321 63 125 0 114 73 22 533 77 63
Binary 11010001 110011 1010101 0 1001100 111011 10010 101011011 111111 110011

Color Harmonies of #D13355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13355

Black with #D13355

Text Example


Text Example

White with #D13355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13355; }

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

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

background-color css

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

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

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

border-color css

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

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

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