Html Css Color HEX #DD3F89 Deep Cerise

📋 copy color: '#DD3F89'

red 221 ◦ green 63 ◦ blue 137

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

Shades of Deep Cerise #DD3F89

Tints of Deep Cerise #DD3F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.54%

R = 52.49%
G = 14.96%
B = 32.54%

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

#DD3F89 (or 0xDD3F89) is known color: Deep Cerise. HEX triplet: DD, 3F and 89. RGB value is (221,63,137). Sum of RGB (Red+Green+Blue) = 221+63+137=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F89 is #22C076. Grayscale: #767676. Windows color (decimal): -2277495 or 8994781. OLE color: 8994781.

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

Color convert

RGB 221 63 137 -
CMYK 0 0.71 0.38 0.13
HSL 331.9º 0.7% 0.56% -
HSV(B) 331.9º 0.71% 0.87% -
XYZ 36.11 20.73 25.77 -
YUV 118.68 138.35 200.98 -
System Red Green Blue C M Y K H S L
Decimal 221 63 137 0 0.71 0.38 0.13 331.9 0.7 0.56
Hex DD 3F 89 0 47 26 D 14C 46 38
Octal 335 77 211 0 107 46 15 514 106 70
Binary 11011101 111111 10001001 0 1000111 100110 1101 101001100 1000110 111000

Color Harmonies of #DD3F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F89

Black with #DD3F89

Text Example


Text Example

White with #DD3F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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