Html Css Color HEX #DD3482 Deep Cerise

📋 copy color: '#DD3482'

red 221 ◦ green 52 ◦ blue 130

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

Shades of Deep Cerise #DD3482

Tints of Deep Cerise #DD3482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.26%

R = 54.84%
G = 12.9%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD3482 (or 0xDD3482) is known color: Deep Cerise. HEX triplet: DD, 34 and 82. RGB value is (221,52,130). Sum of RGB (Red+Green+Blue) = 221+52+130=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3482 is #22CB7D. Grayscale: #6F6F6F. Windows color (decimal): -2280318 or 8533213. OLE color: 8533213.

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

Color convert

RGB 221 52 130 -
CMYK 0 0.76 0.41 0.13
HSL 332.31º 0.71% 0.54% -
HSV(B) 332.31º 0.76% 0.87% -
XYZ 35.08 19.44 23.02 -
YUV 111.42 138.49 206.16 -
System Red Green Blue C M Y K H S L
Decimal 221 52 130 0 0.76 0.41 0.13 332.31 0.71 0.54
Hex DD 34 82 0 4C 29 D 14C 47 36
Octal 335 64 202 0 114 51 15 514 107 66
Binary 11011101 110100 10000010 0 1001100 101001 1101 101001100 1000111 110110

Color Harmonies of #DD3482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3482

Black with #DD3482

Text Example


Text Example

White with #DD3482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3482; }

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

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

background-color css

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

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

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

border-color css

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

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

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