Html Css Color HEX #D13596 Deep Cerise

📋 copy color: '#D13596'

red 209 ◦ green 53 ◦ blue 150

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

Shades of Deep Cerise #D13596

Tints of Deep Cerise #D13596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 50.73%
G = 12.86%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D13596 (or 0xD13596) is known color: Deep Cerise. HEX triplet: D1, 35 and 96. RGB value is (209,53,150). Sum of RGB (Red+Green+Blue) = 209+53+150=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D13596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13596 is #2ECA69. Grayscale: #6E6E6E. Windows color (decimal): -3066474 or 9844177. OLE color: 9844177.

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

Color convert

RGB 209 53 150 -
CMYK 0 0.75 0.28 0.18
HSL 322.69º 0.63% 0.51% -
HSV(B) 322.69º 0.75% 0.82% -
XYZ 33.07 18.3 30.64 -
YUV 110.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 209 53 150 0 0.75 0.28 0.18 322.69 0.63 0.51
Hex D1 35 96 0 4B 1C 12 143 3F 33
Octal 321 65 226 0 113 34 22 503 77 63
Binary 11010001 110101 10010110 0 1001011 11100 10010 101000011 111111 110011

Color Harmonies of #D13596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13596

Black with #D13596

Text Example


Text Example

White with #D13596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13596; }

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

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

background-color css

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

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

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

border-color css

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

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

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