Html Css Color HEX #DD2E82 Deep Cerise

📋 copy color: '#DD2E82'

red 221 ◦ green 46 ◦ blue 130

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

Shades of Deep Cerise #DD2E82

Tints of Deep Cerise #DD2E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 55.67%
G = 11.59%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD2E82 (or 0xDD2E82) is known color: Deep Cerise. HEX triplet: DD, 2E and 82. RGB value is (221,46,130). Sum of RGB (Red+Green+Blue) = 221+46+130=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2E82 is #22D17D. Grayscale: #6B6B6B. Windows color (decimal): -2281854 or 8531677. OLE color: 8531677.

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

Color convert

RGB 221 46 130 -
CMYK 0 0.79 0.41 0.13
HSL 331.2º 0.72% 0.52% -
HSV(B) 331.2º 0.79% 0.87% -
XYZ 34.83 18.94 22.94 -
YUV 107.9 140.48 208.67 -
System Red Green Blue C M Y K H S L
Decimal 221 46 130 0 0.79 0.41 0.13 331.2 0.72 0.52
Hex DD 2E 82 0 4F 29 D 14B 48 34
Octal 335 56 202 0 117 51 15 513 110 64
Binary 11011101 101110 10000010 0 1001111 101001 1101 101001011 1001000 110100

Color Harmonies of #DD2E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2E82

Black with #DD2E82

Text Example


Text Example

White with #DD2E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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