Html Css Color HEX #DD2E7E Deep Cerise

📋 copy color: '#DD2E7E'

red 221 ◦ green 46 ◦ blue 126

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

Shades of Deep Cerise #DD2E7E

Tints of Deep Cerise #DD2E7E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.7%

 BLUE value IS 126 (49.61% from 255) = 32.06%

R = 56.23%
G = 11.7%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD2E7E (or 0xDD2E7E) is known color: Deep Cerise. HEX triplet: DD, 2E and 7E. RGB value is (221,46,126). Sum of RGB (Red+Green+Blue) = 221+46+126=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E7E is #22D181. Grayscale: #6B6B6B. Windows color (decimal): -2281858 or 8269533. OLE color: 8269533.

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

Color convert

RGB 221 46 126 -
CMYK 0 0.79 0.43 0.13
HSL 332.57º 0.72% 0.52% -
HSV(B) 332.57º 0.79% 0.87% -
XYZ 34.56 18.83 21.55 -
YUV 107.45 138.48 209 -
System Red Green Blue C M Y K H S L
Decimal 221 46 126 0 0.79 0.43 0.13 332.57 0.72 0.52
Hex DD 2E 7E 0 4F 2B D 14D 48 34
Octal 335 56 176 0 117 53 15 515 110 64
Binary 11011101 101110 1111110 0 1001111 101011 1101 101001101 1001000 110100

Color Harmonies of #DD2E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2E7E

Black with #DD2E7E

Text Example


Text Example

White with #DD2E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2E7E; }

 p { color: rgb(221,46,126); }

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

background-color css

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

 a { background-color: rgb(221,46,126); }

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

border-color css

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

 span { border-color: rgb(221,46,126); }

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