Html Css Color HEX #DD3FA8 Deep Cerise

📋 copy color: '#DD3FA8'

red 221 ◦ green 63 ◦ blue 168

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

Shades of Deep Cerise #DD3FA8

Tints of Deep Cerise #DD3FA8

RGB

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

 GREEN value IS 63 (25% from 255) = 13.94%

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

R = 48.89%
G = 13.94%
B = 37.17%

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

#DD3FA8 (or 0xDD3FA8) is known color: Deep Cerise. HEX triplet: DD, 3F and A8. RGB value is (221,63,168). Sum of RGB (Red+Green+Blue) = 221+63+168=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3FA8 is #22C057. Grayscale: #797979. Windows color (decimal): -2277464 or 11026397. OLE color: 11026397.

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

Color convert

RGB 221 63 168 -
CMYK 0 0.71 0.24 0.13
HSL 320.13º 0.7% 0.56% -
HSV(B) 320.13º 0.71% 0.87% -
XYZ 38.66 21.75 39.21 -
YUV 122.21 153.85 198.46 -
System Red Green Blue C M Y K H S L
Decimal 221 63 168 0 0.71 0.24 0.13 320.13 0.7 0.56
Hex DD 3F A8 0 47 18 D 140 46 38
Octal 335 77 250 0 107 30 15 500 106 70
Binary 11011101 111111 10101000 0 1000111 11000 1101 101000000 1000110 111000

Color Harmonies of #DD3FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3FA8

Black with #DD3FA8

Text Example


Text Example

White with #DD3FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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