Html Css Color HEX #DD3492 Deep Cerise

📋 copy color: '#DD3492'

red 221 ◦ green 52 ◦ blue 146

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

Shades of Deep Cerise #DD3492

Tints of Deep Cerise #DD3492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.41%

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

R = 52.74%
G = 12.41%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD3492 (or 0xDD3492) is known color: Deep Cerise. HEX triplet: DD, 34 and 92. RGB value is (221,52,146). Sum of RGB (Red+Green+Blue) = 221+52+146=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3492 is #22CB6D. Grayscale: #717171. Windows color (decimal): -2280302 or 9581789. OLE color: 9581789.

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

Color convert

RGB 221 52 146 -
CMYK 0 0.76 0.34 0.13
HSL 326.63º 0.71% 0.54% -
HSV(B) 326.63º 0.76% 0.87% -
XYZ 36.24 19.9 29.13 -
YUV 113.25 146.49 204.86 -
System Red Green Blue C M Y K H S L
Decimal 221 52 146 0 0.76 0.34 0.13 326.63 0.71 0.54
Hex DD 34 92 0 4C 22 D 147 47 36
Octal 335 64 222 0 114 42 15 507 107 66
Binary 11011101 110100 10010010 0 1001100 100010 1101 101000111 1000111 110110

Color Harmonies of #DD3492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3492

Black with #DD3492

Text Example


Text Example

White with #DD3492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3492; }

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

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

background-color css

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

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

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

border-color css

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

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

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