Html Css Color HEX #DD2B92 Deep Cerise

📋 copy color: '#DD2B92'

red 221 ◦ green 43 ◦ blue 146

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

Shades of Deep Cerise #DD2B92

Tints of Deep Cerise #DD2B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.61%

R = 53.9%
G = 10.49%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD2B92 (or 0xDD2B92) is known color: Deep Cerise. HEX triplet: DD, 2B and 92. RGB value is (221,43,146). Sum of RGB (Red+Green+Blue) = 221+43+146=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2B92 is #22D46D. Grayscale: #6B6B6B. Windows color (decimal): -2282606 or 9579485. OLE color: 9579485.

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

Color convert

RGB 221 43 146 -
CMYK 0 0.81 0.34 0.13
HSL 325.28º 0.72% 0.52% -
HSV(B) 325.28º 0.81% 0.87% -
XYZ 35.87 19.18 29 -
YUV 107.96 149.47 208.62 -
System Red Green Blue C M Y K H S L
Decimal 221 43 146 0 0.81 0.34 0.13 325.28 0.72 0.52
Hex DD 2B 92 0 51 22 D 145 48 34
Octal 335 53 222 0 121 42 15 505 110 64
Binary 11011101 101011 10010010 0 1010001 100010 1101 101000101 1001000 110100

Color Harmonies of #DD2B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B92

Black with #DD2B92

Text Example


Text Example

White with #DD2B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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