Html Css Color HEX #DD3AA8 Deep Cerise

📋 copy color: '#DD3AA8'

red 221 ◦ green 58 ◦ blue 168

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

Shades of Deep Cerise #DD3AA8

Tints of Deep Cerise #DD3AA8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.98%

 BLUE value IS 168 (66.02% from 255) = 37.58%

R = 49.44%
G = 12.98%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD3AA8 (or 0xDD3AA8) is known color: Deep Cerise. HEX triplet: DD, 3A and A8. RGB value is (221,58,168). Sum of RGB (Red+Green+Blue) = 221+58+168=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3AA8 is #22C557. Grayscale: #777777. Windows color (decimal): -2278744 or 11025117. OLE color: 11025117.

HSL color Cylindrical-coordinate representation of color #DD3AA8: hue angle of 319.51º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3AA8 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 58 168 -
CMYK 0 0.74 0.24 0.13
HSL 319.51º 0.71% 0.55% -
HSV(B) 319.51º 0.74% 0.87% -
XYZ 38.4 21.23 39.12 -
YUV 119.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 221 58 168 0 0.74 0.24 0.13 319.51 0.71 0.55
Hex DD 3A A8 0 4A 18 D 140 47 37
Octal 335 72 250 0 112 30 15 500 107 67
Binary 11011101 111010 10101000 0 1001010 11000 1101 101000000 1000111 110111

Color Harmonies of #DD3AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3AA8

Black with #DD3AA8

Text Example


Text Example

White with #DD3AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3AA8; }

 p { color: rgb(221,58,168); }

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

background-color css

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

 a { background-color: rgb(221,58,168); }

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

border-color css

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

 span { border-color: rgb(221,58,168); }

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