Html Css Color HEX #DA0FCA Deep Magenta

📋 copy color: '#DA0FCA'

red 218 ◦ green 15 ◦ blue 202

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

Shades of Deep Magenta #DA0FCA

Tints of Deep Magenta #DA0FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 50.11%
G = 3.45%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA0FCA (or 0xDA0FCA) is known color: Deep Magenta. HEX triplet: DA, 0F and CA. RGB value is (218,15,202). Sum of RGB (Red+Green+Blue) = 218+15+202=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FCA is #25F035. Grayscale: #606060. Windows color (decimal): -2486326 or 13242330. OLE color: 13242330.

HSL color Cylindrical-coordinate representation of color #DA0FCA: hue angle of 304.73º 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 #DA0FCA is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 15 202 -
CMYK 0 0.93 0.07 0.15
HSL 304.73º 0.87% 0.46% -
HSV(B) 304.73º 0.93% 0.85% -
XYZ 39.74 19.51 57.55 -
YUV 97.02 187.25 214.29 -
System Red Green Blue C M Y K H S L
Decimal 218 15 202 0 0.93 0.07 0.15 304.73 0.87 0.46
Hex DA F CA 0 5D 7 F 131 57 2E
Octal 332 17 312 0 135 7 17 461 127 56
Binary 11011010 1111 11001010 0 1011101 111 1111 100110001 1010111 101110

Color Harmonies of #DA0FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0FCA

Black with #DA0FCA

Text Example


Text Example

White with #DA0FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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