Html Css Color HEX #DA20CC Deep Magenta

📋 copy color: '#DA20CC'

red 218 ◦ green 32 ◦ blue 204

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

Shades of Deep Magenta #DA20CC

Tints of Deep Magenta #DA20CC

RGB

 RED value IS 218 (85.55% from 255) = 48.02%

 GREEN value IS 32 (12.89% from 255) = 7.05%

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 48.02%
G = 7.05%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA20CC (or 0xDA20CC) is known color: Deep Magenta. HEX triplet: DA, 20 and CC. RGB value is (218,32,204). Sum of RGB (Red+Green+Blue) = 218+32+204=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA20CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA20CC is #25DF33. Grayscale: #6A6A6A. Windows color (decimal): -2481972 or 13377754. OLE color: 13377754.

HSL color Cylindrical-coordinate representation of color #DA20CC: hue angle of 304.52º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA20CC is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 204 -
CMYK 0 0.85 0.06 0.15
HSL 304.52º 0.74% 0.49% -
HSV(B) 304.52º 0.85% 0.85% -
XYZ 40.33 20.3 58.92 -
YUV 107.22 182.62 207.01 -
System Red Green Blue C M Y K H S L
Decimal 218 32 204 0 0.85 0.06 0.15 304.52 0.74 0.49
Hex DA 20 CC 0 55 6 F 131 4A 31
Octal 332 40 314 0 125 6 17 461 112 61
Binary 11011010 100000 11001100 0 1010101 110 1111 100110001 1001010 110001

Color Harmonies of #DA20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA20CC

Black with #DA20CC

Text Example


Text Example

White with #DA20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA20CC; }

 p { color: rgb(218,32,204); }

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

background-color css

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

 a { background-color: rgb(218,32,204); }

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

border-color css

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

 span { border-color: rgb(218,32,204); }

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