Html Css Color HEX #DD3082 Deep Cerise

📋 copy color: '#DD3082'

red 221 ◦ green 48 ◦ blue 130

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

Shades of Deep Cerise #DD3082

Tints of Deep Cerise #DD3082

RGB

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

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

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

R = 55.39%
G = 12.03%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD3082 (or 0xDD3082) is known color: Deep Cerise. HEX triplet: DD, 30 and 82. RGB value is (221,48,130). Sum of RGB (Red+Green+Blue) = 221+48+130=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3082 is #22CF7D. Grayscale: #6C6C6C. Windows color (decimal): -2281342 or 8532189. OLE color: 8532189.

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

Color convert

RGB 221 48 130 -
CMYK 0 0.78 0.41 0.13
HSL 331.56º 0.72% 0.53% -
HSV(B) 331.56º 0.78% 0.87% -
XYZ 34.91 19.1 22.97 -
YUV 109.08 139.81 207.83 -
System Red Green Blue C M Y K H S L
Decimal 221 48 130 0 0.78 0.41 0.13 331.56 0.72 0.53
Hex DD 30 82 0 4E 29 D 14C 48 35
Octal 335 60 202 0 116 51 15 514 110 65
Binary 11011101 110000 10000010 0 1001110 101001 1101 101001100 1001000 110101

Color Harmonies of #DD3082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3082

Black with #DD3082

Text Example


Text Example

White with #DD3082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3082; }

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

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

background-color css

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

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

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

border-color css

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

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

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