Html Css Color HEX #DD30A0 Deep Cerise

📋 copy color: '#DD30A0'

red 221 ◦ green 48 ◦ blue 160

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

Shades of Deep Cerise #DD30A0

Tints of Deep Cerise #DD30A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.3%

R = 51.52%
G = 11.19%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD30A0 (or 0xDD30A0) is known color: Deep Cerise. HEX triplet: DD, 30 and A0. RGB value is (221,48,160). Sum of RGB (Red+Green+Blue) = 221+48+160=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD30A0 is #22CF5F. Grayscale: #707070. Windows color (decimal): -2281312 or 10498269. OLE color: 10498269.

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

Color convert

RGB 221 48 160 -
CMYK 0 0.78 0.28 0.13
HSL 321.16º 0.72% 0.53% -
HSV(B) 321.16º 0.78% 0.87% -
XYZ 37.22 20.02 35.16 -
YUV 112.5 154.81 205.39 -
System Red Green Blue C M Y K H S L
Decimal 221 48 160 0 0.78 0.28 0.13 321.16 0.72 0.53
Hex DD 30 A0 0 4E 1C D 141 48 35
Octal 335 60 240 0 116 34 15 501 110 65
Binary 11011101 110000 10100000 0 1001110 11100 1101 101000001 1001000 110101

Color Harmonies of #DD30A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30A0

Black with #DD30A0

Text Example


Text Example

White with #DD30A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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