Html Css Color HEX #DD3D80 Deep Cerise

📋 copy color: '#DD3D80'

red 221 ◦ green 61 ◦ blue 128

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

Shades of Deep Cerise #DD3D80

Tints of Deep Cerise #DD3D80

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.88%

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

R = 53.9%
G = 14.88%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD3D80 (or 0xDD3D80) is known color: Deep Cerise. HEX triplet: DD, 3D and 80. RGB value is (221,61,128). Sum of RGB (Red+Green+Blue) = 221+61+128=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3D80 is #22C27F. Grayscale: #747474. Windows color (decimal): -2278016 or 8404445. OLE color: 8404445.

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

Color convert

RGB 221 61 128 -
CMYK 0 0.72 0.42 0.13
HSL 334.88º 0.7% 0.55% -
HSV(B) 334.88º 0.72% 0.87% -
XYZ 35.38 20.27 22.47 -
YUV 116.48 134.51 202.55 -
System Red Green Blue C M Y K H S L
Decimal 221 61 128 0 0.72 0.42 0.13 334.88 0.7 0.55
Hex DD 3D 80 0 48 2A D 14F 46 37
Octal 335 75 200 0 110 52 15 517 106 67
Binary 11011101 111101 10000000 0 1001000 101010 1101 101001111 1000110 110111

Color Harmonies of #DD3D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D80

Black with #DD3D80

Text Example


Text Example

White with #DD3D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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