Html Css Color HEX #DD2B86 Deep Cerise

📋 copy color: '#DD2B86'

red 221 ◦ green 43 ◦ blue 134

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

Shades of Deep Cerise #DD2B86

Tints of Deep Cerise #DD2B86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.67%

R = 55.53%
G = 10.8%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD2B86 (or 0xDD2B86) is known color: Deep Cerise. HEX triplet: DD, 2B and 86. RGB value is (221,43,134). Sum of RGB (Red+Green+Blue) = 221+43+134=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2B86 is #22D479. Grayscale: #6A6A6A. Windows color (decimal): -2282618 or 8793053. OLE color: 8793053.

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

Color convert

RGB 221 43 134 -
CMYK 0 0.81 0.39 0.13
HSL 329.33º 0.72% 0.52% -
HSV(B) 329.33º 0.81% 0.87% -
XYZ 34.99 18.82 24.34 -
YUV 106.6 143.47 209.6 -
System Red Green Blue C M Y K H S L
Decimal 221 43 134 0 0.81 0.39 0.13 329.33 0.72 0.52
Hex DD 2B 86 0 51 27 D 149 48 34
Octal 335 53 206 0 121 47 15 511 110 64
Binary 11011101 101011 10000110 0 1010001 100111 1101 101001001 1001000 110100

Color Harmonies of #DD2B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B86

Black with #DD2B86

Text Example


Text Example

White with #DD2B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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