Html Css Color HEX #DD3788 Deep Cerise

📋 copy color: '#DD3788'

red 221 ◦ green 55 ◦ blue 136

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

Shades of Deep Cerise #DD3788

Tints of Deep Cerise #DD3788

RGB

 RED value IS 221 (86.72% from 255) = 53.64%

 GREEN value IS 55 (21.88% from 255) = 13.35%

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

R = 53.64%
G = 13.35%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD3788 (or 0xDD3788) is known color: Deep Cerise. HEX triplet: DD, 37 and 88. RGB value is (221,55,136). Sum of RGB (Red+Green+Blue) = 221+55+136=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3788 is #22C877. Grayscale: #717171. Windows color (decimal): -2279544 or 8927197. OLE color: 8927197.

HSL color Cylindrical-coordinate representation of color #DD3788: hue angle of 330.72º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3788 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 136 -
CMYK 0 0.75 0.38 0.13
HSL 330.72º 0.71% 0.54% -
HSV(B) 330.72º 0.75% 0.87% -
XYZ 35.63 19.88 25.25 -
YUV 113.87 140.5 204.41 -
System Red Green Blue C M Y K H S L
Decimal 221 55 136 0 0.75 0.38 0.13 330.72 0.71 0.54
Hex DD 37 88 0 4B 26 D 14B 47 36
Octal 335 67 210 0 113 46 15 513 107 66
Binary 11011101 110111 10001000 0 1001011 100110 1101 101001011 1000111 110110

Color Harmonies of #DD3788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3788

Black with #DD3788

Text Example


Text Example

White with #DD3788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3788; }

 p { color: rgb(221,55,136); }

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

background-color css

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

 a { background-color: rgb(221,55,136); }

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

border-color css

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

 span { border-color: rgb(221,55,136); }

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