Html Css Color HEX #DD2D7D Deep Cerise

📋 copy color: '#DD2D7D'

red 221 ◦ green 45 ◦ blue 125

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

Shades of Deep Cerise #DD2D7D

Tints of Deep Cerise #DD2D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.97%

R = 56.52%
G = 11.51%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD2D7D (or 0xDD2D7D) is known color: Deep Cerise. HEX triplet: DD, 2D and 7D. RGB value is (221,45,125). Sum of RGB (Red+Green+Blue) = 221+45+125=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D7D is #22D282. Grayscale: #6A6A6A. Windows color (decimal): -2282115 or 8203741. OLE color: 8203741.

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

Color convert

RGB 221 45 125 -
CMYK 0 0.80 0.43 0.13
HSL 332.73º 0.72% 0.52% -
HSV(B) 332.73º 0.8% 0.87% -
XYZ 34.46 18.73 21.2 -
YUV 106.74 138.31 209.5 -
System Red Green Blue C M Y K H S L
Decimal 221 45 125 0 0.80 0.43 0.13 332.73 0.72 0.52
Hex DD 2D 7D 0 50 2B D 14D 48 34
Octal 335 55 175 0 120 53 15 515 110 64
Binary 11011101 101101 1111101 0 1010000 101011 1101 101001101 1001000 110100

Color Harmonies of #DD2D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D7D

Black with #DD2D7D

Text Example


Text Example

White with #DD2D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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