Html Css Color HEX #DD2C9D Deep Cerise

📋 copy color: '#DD2C9D'

red 221 ◦ green 44 ◦ blue 157

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

Shades of Deep Cerise #DD2C9D

Tints of Deep Cerise #DD2C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.43%

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

R = 52.37%
G = 10.43%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD2C9D (or 0xDD2C9D) is known color: Deep Cerise. HEX triplet: DD, 2C and 9D. RGB value is (221,44,157). Sum of RGB (Red+Green+Blue) = 221+44+157=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C9D is #22D362. Grayscale: #6D6D6D. Windows color (decimal): -2282339 or 10300637. OLE color: 10300637.

HSL color Cylindrical-coordinate representation of color #DD2C9D: hue angle of 321.69º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2C9D is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 44 157 -
CMYK 0 0.80 0.29 0.13
HSL 321.69º 0.72% 0.52% -
HSV(B) 321.69º 0.8% 0.87% -
XYZ 36.81 19.61 33.74 -
YUV 109.81 154.64 207.31 -
System Red Green Blue C M Y K H S L
Decimal 221 44 157 0 0.80 0.29 0.13 321.69 0.72 0.52
Hex DD 2C 9D 0 50 1D D 142 48 34
Octal 335 54 235 0 120 35 15 502 110 64
Binary 11011101 101100 10011101 0 1010000 11101 1101 101000010 1001000 110100

Color Harmonies of #DD2C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C9D

Black with #DD2C9D

Text Example


Text Example

White with #DD2C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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