Html Css Color HEX #DA0FCC Deep Magenta

📋 copy color: '#DA0FCC'

red 218 ◦ green 15 ◦ blue 204

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

Shades of Deep Magenta #DA0FCC

Tints of Deep Magenta #DA0FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.43%

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

R = 49.89%
G = 3.43%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA0FCC (or 0xDA0FCC) is known color: Deep Magenta. HEX triplet: DA, 0F and CC. RGB value is (218,15,204). Sum of RGB (Red+Green+Blue) = 218+15+204=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FCC is #25F033. Grayscale: #606060. Windows color (decimal): -2486324 or 13373402. OLE color: 13373402.

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

Color convert

RGB 218 15 204 -
CMYK 0 0.93 0.06 0.15
HSL 304.14º 0.87% 0.46% -
HSV(B) 304.14º 0.93% 0.85% -
XYZ 39.98 19.61 58.8 -
YUV 97.24 188.25 214.13 -
System Red Green Blue C M Y K H S L
Decimal 218 15 204 0 0.93 0.06 0.15 304.14 0.87 0.46
Hex DA F CC 0 5D 6 F 130 57 2E
Octal 332 17 314 0 135 6 17 460 127 56
Binary 11011010 1111 11001100 0 1011101 110 1111 100110000 1010111 101110

Color Harmonies of #DA0FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0FCC

Black with #DA0FCC

Text Example


Text Example

White with #DA0FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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