Html Css Color HEX #DD3892 Deep Cerise

📋 copy color: '#DD3892'

red 221 ◦ green 56 ◦ blue 146

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

Shades of Deep Cerise #DD3892

Tints of Deep Cerise #DD3892

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.24%

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

R = 52.25%
G = 13.24%
B = 34.52%

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

#DD3892 (or 0xDD3892) is known color: Deep Cerise. HEX triplet: DD, 38 and 92. RGB value is (221,56,146). Sum of RGB (Red+Green+Blue) = 221+56+146=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3892 is #22C76D. Grayscale: #737373. Windows color (decimal): -2279278 or 9582813. OLE color: 9582813.

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

Color convert

RGB 221 56 146 -
CMYK 0 0.75 0.34 0.13
HSL 327.27º 0.71% 0.54% -
HSV(B) 327.27º 0.75% 0.87% -
XYZ 36.42 20.28 29.19 -
YUV 115.6 145.16 203.18 -
System Red Green Blue C M Y K H S L
Decimal 221 56 146 0 0.75 0.34 0.13 327.27 0.71 0.54
Hex DD 38 92 0 4B 22 D 147 47 36
Octal 335 70 222 0 113 42 15 507 107 66
Binary 11011101 111000 10010010 0 1001011 100010 1101 101000111 1000111 110110

Color Harmonies of #DD3892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3892

Black with #DD3892

Text Example


Text Example

White with #DD3892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3892; }

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

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

background-color css

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

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

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

border-color css

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

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

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