Html Css Color HEX #DD2D8D Deep Cerise

📋 copy color: '#DD2D8D'

red 221 ◦ green 45 ◦ blue 141

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

Shades of Deep Cerise #DD2D8D

Tints of Deep Cerise #DD2D8D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.06%

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 54.3%
G = 11.06%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD2D8D (or 0xDD2D8D) is known color: Deep Cerise. HEX triplet: DD, 2D and 8D. RGB value is (221,45,141). Sum of RGB (Red+Green+Blue) = 221+45+141=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2D8D is #22D272. Grayscale: #6C6C6C. Windows color (decimal): -2282099 or 9252317. OLE color: 9252317.

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

Color convert

RGB 221 45 141 -
CMYK 0 0.80 0.36 0.13
HSL 327.27º 0.72% 0.52% -
HSV(B) 327.27º 0.8% 0.87% -
XYZ 35.56 19.17 27.03 -
YUV 108.57 146.31 208.19 -
System Red Green Blue C M Y K H S L
Decimal 221 45 141 0 0.80 0.36 0.13 327.27 0.72 0.52
Hex DD 2D 8D 0 50 24 D 147 48 34
Octal 335 55 215 0 120 44 15 507 110 64
Binary 11011101 101101 10001101 0 1010000 100100 1101 101000111 1001000 110100

Color Harmonies of #DD2D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D8D

Black with #DD2D8D

Text Example


Text Example

White with #DD2D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D8D; }

 p { color: rgb(221,45,141); }

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

background-color css

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

 a { background-color: rgb(221,45,141); }

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

border-color css

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

 span { border-color: rgb(221,45,141); }

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