Html Css Color HEX #D13391 Deep Cerise

📋 copy color: '#D13391'

red 209 ◦ green 51 ◦ blue 145

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

Shades of Deep Cerise #D13391

Tints of Deep Cerise #D13391

RGB

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

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

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

R = 51.6%
G = 12.59%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D13391 (or 0xD13391) is known color: Deep Cerise. HEX triplet: D1, 33 and 91. RGB value is (209,51,145). Sum of RGB (Red+Green+Blue) = 209+51+145=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D13391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13391 is #2ECC6E. Grayscale: #6C6C6C. Windows color (decimal): -3066991 or 9515985. OLE color: 9515985.

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

Color convert

RGB 209 51 145 -
CMYK 0 0.76 0.31 0.18
HSL 324.3º 0.63% 0.51% -
HSV(B) 324.3º 0.76% 0.82% -
XYZ 32.59 17.97 28.54 -
YUV 108.96 148.35 199.36 -
System Red Green Blue C M Y K H S L
Decimal 209 51 145 0 0.76 0.31 0.18 324.3 0.63 0.51
Hex D1 33 91 0 4C 1F 12 144 3F 33
Octal 321 63 221 0 114 37 22 504 77 63
Binary 11010001 110011 10010001 0 1001100 11111 10010 101000100 111111 110011

Color Harmonies of #D13391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13391

Black with #D13391

Text Example


Text Example

White with #D13391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13391; }

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

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

background-color css

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

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

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

border-color css

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

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

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