Html Css Color HEX #DD3F88 Deep Cerise

📋 copy color: '#DD3F88'

red 221 ◦ green 63 ◦ blue 136

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

Shades of Deep Cerise #DD3F88

Tints of Deep Cerise #DD3F88

RGB

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

 GREEN value IS 63 (25% from 255) = 15%

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

R = 52.62%
G = 15%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD3F88 (or 0xDD3F88) is known color: Deep Cerise. HEX triplet: DD, 3F and 88. RGB value is (221,63,136). Sum of RGB (Red+Green+Blue) = 221+63+136=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F88 is #22C077. Grayscale: #767676. Windows color (decimal): -2277496 or 8929245. OLE color: 8929245.

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

Color convert

RGB 221 63 136 -
CMYK 0 0.71 0.38 0.13
HSL 332.28º 0.7% 0.56% -
HSV(B) 332.28º 0.71% 0.87% -
XYZ 36.04 20.7 25.39 -
YUV 118.56 137.85 201.06 -
System Red Green Blue C M Y K H S L
Decimal 221 63 136 0 0.71 0.38 0.13 332.28 0.7 0.56
Hex DD 3F 88 0 47 26 D 14C 46 38
Octal 335 77 210 0 107 46 15 514 106 70
Binary 11011101 111111 10001000 0 1000111 100110 1101 101001100 1000110 111000

Color Harmonies of #DD3F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F88

Black with #DD3F88

Text Example


Text Example

White with #DD3F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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