Html Css Color HEX #DA00DF Deep Magenta

📋 copy color: '#DA00DF'

red 218 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #DA00DF

Tints of Deep Magenta #DA00DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 49.43%
G = 0%
B = 50.57%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA00DF (or 0xDA00DF) is known color: Deep Magenta. HEX triplet: DA, 00 and DF. RGB value is (218,0,223). Sum of RGB (Red+Green+Blue) = 218+0+223=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA00DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00DF is #25FF20. Grayscale: #595959. Windows color (decimal): -2490145 or 14614746. OLE color: 14614746.

HSL color Cylindrical-coordinate representation of color #DA00DF: hue angle of 298.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00DF is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 0 223 -
CMYK 0.02 1 0 0.13
HSL 298.65º 1% 0.44% -
HSV(B) 298.65º 1% 0.87% -
XYZ 42.23 20.23 71.49 -
YUV 90.6 202.72 218.87 -
System Red Green Blue C M Y K H S L
Decimal 218 0 223 0.02 1 0 0.13 298.65 1 0.44
Hex DA 0 DF 2 64 0 D 12B 64 2C
Octal 332 0 337 2 144 0 15 453 144 54
Binary 11011010 0 11011111 10 1100100 0 1101 100101011 1100100 101100

Color Harmonies of #DA00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA00DF

Black with #DA00DF

Text Example


Text Example

White with #DA00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA00DF; }

 p { color: rgb(218,0,223); }

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

background-color css

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

 a { background-color: rgb(218,0,223); }

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

border-color css

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

 span { border-color: rgb(218,0,223); }

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