Html Css Color HEX #DA05CC Deep Magenta

📋 copy color: '#DA05CC'

red 218 ◦ green 5 ◦ blue 204

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

Shades of Deep Magenta #DA05CC

Tints of Deep Magenta #DA05CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

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

R = 51.05%
G = 1.17%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA05CC (or 0xDA05CC) is known color: Deep Magenta. HEX triplet: DA, 05 and CC. RGB value is (218,5,204). Sum of RGB (Red+Green+Blue) = 218+5+204=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA05CC is #25FA33. Grayscale: #5A5A5A. Windows color (decimal): -2488884 or 13370842. OLE color: 13370842.

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

Color convert

RGB 218 5 204 -
CMYK 0 0.98 0.06 0.15
HSL 303.94º 0.96% 0.44% -
HSV(B) 303.94º 0.98% 0.85% -
XYZ 39.87 19.37 58.77 -
YUV 91.37 191.57 218.32 -
System Red Green Blue C M Y K H S L
Decimal 218 5 204 0 0.98 0.06 0.15 303.94 0.96 0.44
Hex DA 5 CC 0 62 6 F 130 60 2C
Octal 332 5 314 0 142 6 17 460 140 54
Binary 11011010 101 11001100 0 1100010 110 1111 100110000 1100000 101100

Color Harmonies of #DA05CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA05CC

Black with #DA05CC

Text Example


Text Example

White with #DA05CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA05CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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