Html Css Color HEX #DD3F80 Deep Cerise

📋 copy color: '#DD3F80'

red 221 ◦ green 63 ◦ blue 128

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

Shades of Deep Cerise #DD3F80

Tints of Deep Cerise #DD3F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.07%

R = 53.64%
G = 15.29%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD3F80 (or 0xDD3F80) is known color: Deep Cerise. HEX triplet: DD, 3F and 80. RGB value is (221,63,128). Sum of RGB (Red+Green+Blue) = 221+63+128=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F80 is #22C07F. Grayscale: #757575. Windows color (decimal): -2277504 or 8404957. OLE color: 8404957.

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

Color convert

RGB 221 63 128 -
CMYK 0 0.71 0.42 0.13
HSL 335.32º 0.7% 0.56% -
HSV(B) 335.32º 0.71% 0.87% -
XYZ 35.49 20.49 22.51 -
YUV 117.65 133.85 201.71 -
System Red Green Blue C M Y K H S L
Decimal 221 63 128 0 0.71 0.42 0.13 335.32 0.7 0.56
Hex DD 3F 80 0 47 2A D 14F 46 38
Octal 335 77 200 0 107 52 15 517 106 70
Binary 11011101 111111 10000000 0 1000111 101010 1101 101001111 1000110 111000

Color Harmonies of #DD3F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F80

Black with #DD3F80

Text Example


Text Example

White with #DD3F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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