Html Css Color HEX #DD3792 Deep Cerise

📋 copy color: '#DD3792'

red 221 ◦ green 55 ◦ blue 146

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

Shades of Deep Cerise #DD3792

Tints of Deep Cerise #DD3792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.03%

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

R = 52.37%
G = 13.03%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD3792 (or 0xDD3792) is known color: Deep Cerise. HEX triplet: DD, 37 and 92. RGB value is (221,55,146). Sum of RGB (Red+Green+Blue) = 221+55+146=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3792 is #22C86D. Grayscale: #727272. Windows color (decimal): -2279534 or 9582557. OLE color: 9582557.

HSL color Cylindrical-coordinate representation of color #DD3792: hue angle of 327.11º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3792 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 146 -
CMYK 0 0.75 0.34 0.13
HSL 327.11º 0.71% 0.54% -
HSV(B) 327.11º 0.75% 0.87% -
XYZ 36.37 20.18 29.17 -
YUV 115.01 145.5 203.6 -
System Red Green Blue C M Y K H S L
Decimal 221 55 146 0 0.75 0.34 0.13 327.11 0.71 0.54
Hex DD 37 92 0 4B 22 D 147 47 36
Octal 335 67 222 0 113 42 15 507 107 66
Binary 11011101 110111 10010010 0 1001011 100010 1101 101000111 1000111 110110

Color Harmonies of #DD3792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3792

Black with #DD3792

Text Example


Text Example

White with #DD3792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3792; }

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

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

background-color css

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

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

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

border-color css

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

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

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