Html Css Color HEX #D13591 Deep Cerise

📋 copy color: '#D13591'

red 209 ◦ green 53 ◦ blue 145

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

Shades of Deep Cerise #D13591

Tints of Deep Cerise #D13591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.63%

R = 51.35%
G = 13.02%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D13591 (or 0xD13591) is known color: Deep Cerise. HEX triplet: D1, 35 and 91. RGB value is (209,53,145). Sum of RGB (Red+Green+Blue) = 209+53+145=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D13591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13591 is #2ECA6E. Grayscale: #6D6D6D. Windows color (decimal): -3066479 or 9516497. OLE color: 9516497.

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

Color convert

RGB 209 53 145 -
CMYK 0 0.75 0.31 0.18
HSL 324.62º 0.63% 0.51% -
HSV(B) 324.62º 0.75% 0.82% -
XYZ 32.68 18.15 28.57 -
YUV 110.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 209 53 145 0 0.75 0.31 0.18 324.62 0.63 0.51
Hex D1 35 91 0 4B 1F 12 145 3F 33
Octal 321 65 221 0 113 37 22 505 77 63
Binary 11010001 110101 10010001 0 1001011 11111 10010 101000101 111111 110011

Color Harmonies of #D13591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13591

Black with #D13591

Text Example


Text Example

White with #D13591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13591; }

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

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

background-color css

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

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

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

border-color css

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

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

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