Html Css Color HEX #DD3888 Deep Cerise

📋 copy color: '#DD3888'

red 221 ◦ green 56 ◦ blue 136

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

Shades of Deep Cerise #DD3888

Tints of Deep Cerise #DD3888

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.56%

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

R = 53.51%
G = 13.56%
B = 32.93%

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

#DD3888 (or 0xDD3888) is known color: Deep Cerise. HEX triplet: DD, 38 and 88. RGB value is (221,56,136). Sum of RGB (Red+Green+Blue) = 221+56+136=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3888 is #22C777. Grayscale: #727272. Windows color (decimal): -2279288 or 8927453. OLE color: 8927453.

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

Color convert

RGB 221 56 136 -
CMYK 0 0.75 0.38 0.13
HSL 330.91º 0.71% 0.54% -
HSV(B) 330.91º 0.75% 0.87% -
XYZ 35.68 19.98 25.27 -
YUV 114.46 140.16 204 -
System Red Green Blue C M Y K H S L
Decimal 221 56 136 0 0.75 0.38 0.13 330.91 0.71 0.54
Hex DD 38 88 0 4B 26 D 14B 47 36
Octal 335 70 210 0 113 46 15 513 107 66
Binary 11011101 111000 10001000 0 1001011 100110 1101 101001011 1000111 110110

Color Harmonies of #DD3888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3888

Black with #DD3888

Text Example


Text Example

White with #DD3888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3888; }

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

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

background-color css

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

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

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

border-color css

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

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

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