Html Css Color HEX #DD40A8 Deep Cerise

📋 copy color: '#DD40A8'

red 221 ◦ green 64 ◦ blue 168

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

Shades of Deep Cerise #DD40A8

Tints of Deep Cerise #DD40A8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.13%

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

R = 48.79%
G = 14.13%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD40A8 (or 0xDD40A8) is known color: Deep Cerise. HEX triplet: DD, 40 and A8. RGB value is (221,64,168). Sum of RGB (Red+Green+Blue) = 221+64+168=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD40A8 is #22BF57. Grayscale: #7A7A7A. Windows color (decimal): -2277208 or 11026653. OLE color: 11026653.

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

Color convert

RGB 221 64 168 -
CMYK 0 0.71 0.24 0.13
HSL 320.25º 0.7% 0.56% -
HSV(B) 320.25º 0.71% 0.87% -
XYZ 38.72 21.87 39.23 -
YUV 122.8 153.51 198.04 -
System Red Green Blue C M Y K H S L
Decimal 221 64 168 0 0.71 0.24 0.13 320.25 0.7 0.56
Hex DD 40 A8 0 47 18 D 140 46 38
Octal 335 100 250 0 107 30 15 500 106 70
Binary 11011101 1000000 10101000 0 1000111 11000 1101 101000000 1000110 111000

Color Harmonies of #DD40A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD40A8

Black with #DD40A8

Text Example


Text Example

White with #DD40A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD40A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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