Html Css Color HEX #DD3FA0 Deep Cerise

📋 copy color: '#DD3FA0'

red 221 ◦ green 63 ◦ blue 160

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

Shades of Deep Cerise #DD3FA0

Tints of Deep Cerise #DD3FA0

RGB

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

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

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

R = 49.77%
G = 14.19%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD3FA0 (or 0xDD3FA0) is known color: Deep Cerise. HEX triplet: DD, 3F and A0. RGB value is (221,63,160). Sum of RGB (Red+Green+Blue) = 221+63+160=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3FA0 is #22C05F. Grayscale: #797979. Windows color (decimal): -2277472 or 10502109. OLE color: 10502109.

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

Color convert

RGB 221 63 160 -
CMYK 0 0.71 0.28 0.13
HSL 323.16º 0.7% 0.56% -
HSV(B) 323.16º 0.71% 0.87% -
XYZ 37.94 21.47 35.4 -
YUV 121.3 149.85 199.11 -
System Red Green Blue C M Y K H S L
Decimal 221 63 160 0 0.71 0.28 0.13 323.16 0.7 0.56
Hex DD 3F A0 0 47 1C D 143 46 38
Octal 335 77 240 0 107 34 15 503 106 70
Binary 11011101 111111 10100000 0 1000111 11100 1101 101000011 1000110 111000

Color Harmonies of #DD3FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3FA0

Black with #DD3FA0

Text Example


Text Example

White with #DD3FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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