Html Css Color HEX #DD30A3 Deep Cerise

📋 copy color: '#DD30A3'

red 221 ◦ green 48 ◦ blue 163

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

Shades of Deep Cerise #DD30A3

Tints of Deep Cerise #DD30A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.73%

R = 51.16%
G = 11.11%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD30A3 (or 0xDD30A3) is known color: Deep Cerise. HEX triplet: DD, 30 and A3. RGB value is (221,48,163). Sum of RGB (Red+Green+Blue) = 221+48+163=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD30A3 is #22CF5C. Grayscale: #707070. Windows color (decimal): -2281309 or 10694877. OLE color: 10694877.

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

Color convert

RGB 221 48 163 -
CMYK 0 0.78 0.26 0.13
HSL 320.12º 0.72% 0.53% -
HSV(B) 320.12º 0.78% 0.87% -
XYZ 37.49 20.13 36.56 -
YUV 112.84 156.31 205.15 -
System Red Green Blue C M Y K H S L
Decimal 221 48 163 0 0.78 0.26 0.13 320.12 0.72 0.53
Hex DD 30 A3 0 4E 1A D 140 48 35
Octal 335 60 243 0 116 32 15 500 110 65
Binary 11011101 110000 10100011 0 1001110 11010 1101 101000000 1001000 110101

Color Harmonies of #DD30A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30A3

Black with #DD30A3

Text Example


Text Example

White with #DD30A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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