Html Css Color HEX #DD2B82 Deep Cerise

📋 copy color: '#DD2B82'

red 221 ◦ green 43 ◦ blue 130

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

Shades of Deep Cerise #DD2B82

Tints of Deep Cerise #DD2B82

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.91%

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

R = 56.09%
G = 10.91%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD2B82 (or 0xDD2B82) is known color: Deep Cerise. HEX triplet: DD, 2B and 82. RGB value is (221,43,130). Sum of RGB (Red+Green+Blue) = 221+43+130=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2B82 is #22D47D. Grayscale: #696969. Windows color (decimal): -2282622 or 8530909. OLE color: 8530909.

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

Color convert

RGB 221 43 130 -
CMYK 0 0.81 0.41 0.13
HSL 330.67º 0.72% 0.52% -
HSV(B) 330.67º 0.81% 0.87% -
XYZ 34.71 18.71 22.9 -
YUV 106.14 141.47 209.93 -
System Red Green Blue C M Y K H S L
Decimal 221 43 130 0 0.81 0.41 0.13 330.67 0.72 0.52
Hex DD 2B 82 0 51 29 D 14B 48 34
Octal 335 53 202 0 121 51 15 513 110 64
Binary 11011101 101011 10000010 0 1010001 101001 1101 101001011 1001000 110100

Color Harmonies of #DD2B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B82

Black with #DD2B82

Text Example


Text Example

White with #DD2B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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