Html Css Color HEX #DD2B85 Deep Cerise

📋 copy color: '#DD2B85'

red 221 ◦ green 43 ◦ blue 133

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

Shades of Deep Cerise #DD2B85

Tints of Deep Cerise #DD2B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 55.67%
G = 10.83%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD2B85 (or 0xDD2B85) is known color: Deep Cerise. HEX triplet: DD, 2B and 85. RGB value is (221,43,133). Sum of RGB (Red+Green+Blue) = 221+43+133=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2B85 is #22D47A. Grayscale: #6A6A6A. Windows color (decimal): -2282619 or 8727517. OLE color: 8727517.

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

Color convert

RGB 221 43 133 -
CMYK 0 0.81 0.40 0.13
HSL 329.66º 0.72% 0.52% -
HSV(B) 329.66º 0.81% 0.87% -
XYZ 34.92 18.79 23.98 -
YUV 106.48 142.97 209.68 -
System Red Green Blue C M Y K H S L
Decimal 221 43 133 0 0.81 0.40 0.13 329.66 0.72 0.52
Hex DD 2B 85 0 51 28 D 14A 48 34
Octal 335 53 205 0 121 50 15 512 110 64
Binary 11011101 101011 10000101 0 1010001 101000 1101 101001010 1001000 110100

Color Harmonies of #DD2B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B85

Black with #DD2B85

Text Example


Text Example

White with #DD2B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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