Html Css Color HEX #DA13DF Deep Magenta

📋 copy color: '#DA13DF'

red 218 ◦ green 19 ◦ blue 223

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

Shades of Deep Magenta #DA13DF

Tints of Deep Magenta #DA13DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.13%

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

R = 47.39%
G = 4.13%
B = 48.48%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA13DF (or 0xDA13DF) is known color: Deep Magenta. HEX triplet: DA, 13 and DF. RGB value is (218,19,223). Sum of RGB (Red+Green+Blue) = 218+19+223=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 19 (7.81% from 255 or 4.13% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA13DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA13DF is #25EC20. Grayscale: #656565. Windows color (decimal): -2485281 or 14619610. OLE color: 14619610.

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

Color convert

RGB 218 19 223 -
CMYK 0.02 0.91 0 0.13
HSL 298.53º 0.84% 0.47% -
HSV(B) 298.53º 0.91% 0.87% -
XYZ 42.47 20.7 71.57 -
YUV 101.76 196.43 210.91 -
System Red Green Blue C M Y K H S L
Decimal 218 19 223 0.02 0.91 0 0.13 298.53 0.84 0.47
Hex DA 13 DF 2 5B 0 D 12B 54 2F
Octal 332 23 337 2 133 0 15 453 124 57
Binary 11011010 10011 11011111 10 1011011 0 1101 100101011 1010100 101111

Color Harmonies of #DA13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA13DF

Black with #DA13DF

Text Example


Text Example

White with #DA13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA13DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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