Html Css Color HEX #DD3C9C Deep Cerise

📋 copy color: '#DD3C9C'

red 221 ◦ green 60 ◦ blue 156

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

Shades of Deep Cerise #DD3C9C

Tints of Deep Cerise #DD3C9C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.73%

 BLUE value IS 156 (61.33% from 255) = 35.7%

R = 50.57%
G = 13.73%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD3C9C (or 0xDD3C9C) is known color: Deep Cerise. HEX triplet: DD, 3C and 9C. RGB value is (221,60,156). Sum of RGB (Red+Green+Blue) = 221+60+156=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3C9C is #22C363. Grayscale: #767676. Windows color (decimal): -2278244 or 10239197. OLE color: 10239197.

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

Color convert

RGB 221 60 156 -
CMYK 0 0.73 0.29 0.13
HSL 324.22º 0.7% 0.55% -
HSV(B) 324.22º 0.73% 0.87% -
XYZ 37.44 21 33.53 -
YUV 119.08 148.84 200.69 -
System Red Green Blue C M Y K H S L
Decimal 221 60 156 0 0.73 0.29 0.13 324.22 0.7 0.55
Hex DD 3C 9C 0 49 1D D 144 46 37
Octal 335 74 234 0 111 35 15 504 106 67
Binary 11011101 111100 10011100 0 1001001 11101 1101 101000100 1000110 110111

Color Harmonies of #DD3C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C9C

Black with #DD3C9C

Text Example


Text Example

White with #DD3C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C9C; }

 p { color: rgb(221,60,156); }

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

background-color css

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

 a { background-color: rgb(221,60,156); }

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

border-color css

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

 span { border-color: rgb(221,60,156); }

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