Html Css Color HEX #DD3084 Deep Cerise

📋 copy color: '#DD3084'

red 221 ◦ green 48 ◦ blue 132

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

Shades of Deep Cerise #DD3084

Tints of Deep Cerise #DD3084

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.97%

 BLUE value IS 132 (51.95% from 255) = 32.92%

R = 55.11%
G = 11.97%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD3084 (or 0xDD3084) is known color: Deep Cerise. HEX triplet: DD, 30 and 84. RGB value is (221,48,132). Sum of RGB (Red+Green+Blue) = 221+48+132=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3084 is #22CF7B. Grayscale: #6D6D6D. Windows color (decimal): -2281340 or 8663261. OLE color: 8663261.

HSL color Cylindrical-coordinate representation of color #DD3084: hue angle of 330.87º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3084 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 48 132 -
CMYK 0 0.78 0.40 0.13
HSL 330.87º 0.72% 0.53% -
HSV(B) 330.87º 0.78% 0.87% -
XYZ 35.04 19.15 23.68 -
YUV 109.3 140.81 207.67 -
System Red Green Blue C M Y K H S L
Decimal 221 48 132 0 0.78 0.40 0.13 330.87 0.72 0.53
Hex DD 30 84 0 4E 28 D 14B 48 35
Octal 335 60 204 0 116 50 15 513 110 65
Binary 11011101 110000 10000100 0 1001110 101000 1101 101001011 1001000 110101

Color Harmonies of #DD3084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3084

Black with #DD3084

Text Example


Text Example

White with #DD3084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3084; }

 p { color: rgb(221,48,132); }

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

background-color css

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

 a { background-color: rgb(221,48,132); }

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

border-color css

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

 span { border-color: rgb(221,48,132); }

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