Html Css Color HEX #DD3E9D Deep Cerise

📋 copy color: '#DD3E9D'

red 221 ◦ green 62 ◦ blue 157

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

Shades of Deep Cerise #DD3E9D

Tints of Deep Cerise #DD3E9D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.09%

 BLUE value IS 157 (61.72% from 255) = 35.68%

R = 50.23%
G = 14.09%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD3E9D (or 0xDD3E9D) is known color: Deep Cerise. HEX triplet: DD, 3E and 9D. RGB value is (221,62,157). Sum of RGB (Red+Green+Blue) = 221+62+157=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3E9D is #22C162. Grayscale: #787878. Windows color (decimal): -2277731 or 10305245. OLE color: 10305245.

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

Color convert

RGB 221 62 157 -
CMYK 0 0.72 0.29 0.13
HSL 324.15º 0.7% 0.55% -
HSV(B) 324.15º 0.72% 0.87% -
XYZ 37.63 21.25 34.02 -
YUV 120.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 221 62 157 0 0.72 0.29 0.13 324.15 0.7 0.55
Hex DD 3E 9D 0 48 1D D 144 46 37
Octal 335 76 235 0 110 35 15 504 106 67
Binary 11011101 111110 10011101 0 1001000 11101 1101 101000100 1000110 110111

Color Harmonies of #DD3E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E9D

Black with #DD3E9D

Text Example


Text Example

White with #DD3E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E9D; }

 p { color: rgb(221,62,157); }

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

background-color css

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

 a { background-color: rgb(221,62,157); }

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

border-color css

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

 span { border-color: rgb(221,62,157); }

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