Html Css Color HEX #D43388 Deep Cerise

📋 copy color: '#D43388'

red 212 ◦ green 51 ◦ blue 136

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

Shades of Deep Cerise #D43388

Tints of Deep Cerise #D43388

RGB

 RED value IS 212 (83.2% from 255) = 53.13%

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

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

R = 53.13%
G = 12.78%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D43388 (or 0xD43388) is known color: Deep Cerise. HEX triplet: D4, 33 and 88. RGB value is (212,51,136). Sum of RGB (Red+Green+Blue) = 212+51+136=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D43388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43388 is #2BCC77. Grayscale: #6C6C6C. Windows color (decimal): -2870392 or 8926164. OLE color: 8926164.

HSL color Cylindrical-coordinate representation of color #D43388: hue angle of 328.32º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43388 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 51 136 -
CMYK 0 0.76 0.36 0.17
HSL 328.32º 0.65% 0.52% -
HSV(B) 328.32º 0.76% 0.83% -
XYZ 32.78 18.14 25.07 -
YUV 108.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 212 51 136 0 0.76 0.36 0.17 328.32 0.65 0.52
Hex D4 33 88 0 4C 24 11 148 41 34
Octal 324 63 210 0 114 44 21 510 101 64
Binary 11010100 110011 10001000 0 1001100 100100 10001 101001000 1000001 110100

Color Harmonies of #D43388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43388

Black with #D43388

Text Example


Text Example

White with #D43388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43388; }

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

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

background-color css

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

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

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

border-color css

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

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

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