Html Css Color HEX #DA13D7 Deep Magenta

📋 copy color: '#DA13D7'

red 218 ◦ green 19 ◦ blue 215

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

Shades of Deep Magenta #DA13D7

Tints of Deep Magenta #DA13D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.57%

R = 48.23%
G = 4.2%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA13D7 (or 0xDA13D7) is known color: Deep Magenta. HEX triplet: DA, 13 and D7. RGB value is (218,19,215). Sum of RGB (Red+Green+Blue) = 218+19+215=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA13D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA13D7 is #25EC28. Grayscale: #646464. Windows color (decimal): -2485289 or 14095322. OLE color: 14095322.

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

Color convert

RGB 218 19 215 -
CMYK 0 0.91 0.01 0.15
HSL 300.9º 0.84% 0.46% -
HSV(B) 300.9º 0.91% 0.85% -
XYZ 41.41 20.28 66.02 -
YUV 100.85 192.43 211.56 -
System Red Green Blue C M Y K H S L
Decimal 218 19 215 0 0.91 0.01 0.15 300.9 0.84 0.46
Hex DA 13 D7 0 5B 1 F 12D 54 2E
Octal 332 23 327 0 133 1 17 455 124 56
Binary 11011010 10011 11010111 0 1011011 1 1111 100101101 1010100 101110

Color Harmonies of #DA13D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA13D7

Black with #DA13D7

Text Example


Text Example

White with #DA13D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA13D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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