Html Css Color HEX #DD3FAA Deep Cerise

📋 copy color: '#DD3FAA'

red 221 ◦ green 63 ◦ blue 170

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

Shades of Deep Cerise #DD3FAA

Tints of Deep Cerise #DD3FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 48.68%
G = 13.88%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD3FAA (or 0xDD3FAA) is known color: Deep Cerise. HEX triplet: DD, 3F and AA. RGB value is (221,63,170). Sum of RGB (Red+Green+Blue) = 221+63+170=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3FAA is #22C055. Grayscale: #7A7A7A. Windows color (decimal): -2277462 or 11157469. OLE color: 11157469.

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

Color convert

RGB 221 63 170 -
CMYK 0 0.71 0.23 0.13
HSL 319.37º 0.7% 0.56% -
HSV(B) 319.37º 0.71% 0.87% -
XYZ 38.85 21.83 40.2 -
YUV 122.44 154.85 198.3 -
System Red Green Blue C M Y K H S L
Decimal 221 63 170 0 0.71 0.23 0.13 319.37 0.7 0.56
Hex DD 3F AA 0 47 17 D 13F 46 38
Octal 335 77 252 0 107 27 15 477 106 70
Binary 11011101 111111 10101010 0 1000111 10111 1101 100111111 1000110 111000

Color Harmonies of #DD3FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3FAA

Black with #DD3FAA

Text Example


Text Example

White with #DD3FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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