Html Css Color HEX #D13388 Deep Cerise

📋 copy color: '#D13388'

red 209 ◦ green 51 ◦ blue 136

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

Shades of Deep Cerise #D13388

Tints of Deep Cerise #D13388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.34%

R = 52.78%
G = 12.88%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D13388 (or 0xD13388) is known color: Deep Cerise. HEX triplet: D1, 33 and 88. RGB value is (209,51,136). Sum of RGB (Red+Green+Blue) = 209+51+136=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D13388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13388 is #2ECC77. Grayscale: #6B6B6B. Windows color (decimal): -3067000 or 8926161. OLE color: 8926161.

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

Color convert

RGB 209 51 136 -
CMYK 0 0.76 0.35 0.18
HSL 327.72º 0.63% 0.51% -
HSV(B) 327.72º 0.76% 0.82% -
XYZ 31.92 17.7 25.03 -
YUV 107.93 143.85 200.09 -
System Red Green Blue C M Y K H S L
Decimal 209 51 136 0 0.76 0.35 0.18 327.72 0.63 0.51
Hex D1 33 88 0 4C 23 12 148 3F 33
Octal 321 63 210 0 114 43 22 510 77 63
Binary 11010001 110011 10001000 0 1001100 100011 10010 101001000 111111 110011

Color Harmonies of #D13388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13388

Black with #D13388

Text Example


Text Example

White with #D13388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13388; }

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

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

background-color css

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

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

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

border-color css

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

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

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