Html Css Color HEX #D13573 Cerise

📋 copy color: '#D13573'

red 209 ◦ green 53 ◦ blue 115

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

Shades of Cerise #D13573

Tints of Cerise #D13573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 55.44%
G = 14.06%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D13573 (or 0xD13573) is known color: Cerise. HEX triplet: D1, 35 and 73. RGB value is (209,53,115). Sum of RGB (Red+Green+Blue) = 209+53+115=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D13573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13573 is #2ECA8C. Grayscale: #6A6A6A. Windows color (decimal): -3066509 or 7550417. OLE color: 7550417.

HSL color Cylindrical-coordinate representation of color #D13573: hue angle of 336.15º 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 #D13573 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 115 -
CMYK 0 0.75 0.45 0.18
HSL 336.15º 0.63% 0.51% -
HSV(B) 336.15º 0.75% 0.82% -
XYZ 30.66 17.34 17.95 -
YUV 106.71 132.68 200.96 -
System Red Green Blue C M Y K H S L
Decimal 209 53 115 0 0.75 0.45 0.18 336.15 0.63 0.51
Hex D1 35 73 0 4B 2D 12 150 3F 33
Octal 321 65 163 0 113 55 22 520 77 63
Binary 11010001 110101 1110011 0 1001011 101101 10010 101010000 111111 110011

Color Harmonies of #D13573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13573

Black with #D13573

Text Example


Text Example

White with #D13573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13573; }

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

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

background-color css

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

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

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

border-color css

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

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

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