Html Css Color HEX #D13488 Deep Cerise

📋 copy color: '#D13488'

red 209 ◦ green 52 ◦ blue 136

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

Shades of Deep Cerise #D13488

Tints of Deep Cerise #D13488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.1%

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

R = 52.64%
G = 13.1%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D13488 (or 0xD13488) is known color: Deep Cerise. HEX triplet: D1, 34 and 88. RGB value is (209,52,136). Sum of RGB (Red+Green+Blue) = 209+52+136=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D13488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13488 is #2ECB77. Grayscale: #6C6C6C. Windows color (decimal): -3066744 or 8926417. OLE color: 8926417.

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

Color convert

RGB 209 52 136 -
CMYK 0 0.75 0.35 0.18
HSL 327.9º 0.63% 0.51% -
HSV(B) 327.9º 0.75% 0.82% -
XYZ 31.97 17.79 25.04 -
YUV 108.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 209 52 136 0 0.75 0.35 0.18 327.9 0.63 0.51
Hex D1 34 88 0 4B 23 12 148 3F 33
Octal 321 64 210 0 113 43 22 510 77 63
Binary 11010001 110100 10001000 0 1001011 100011 10010 101001000 111111 110011

Color Harmonies of #D13488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13488

Black with #D13488

Text Example


Text Example

White with #D13488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13488; }

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

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

background-color css

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

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

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

border-color css

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

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

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