Html Css Color HEX #DA13DD Deep Magenta

📋 copy color: '#DA13DD'

red 218 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #DA13DD

Tints of Deep Magenta #DA13DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 47.6%
G = 4.15%
B = 48.25%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA13DD (or 0xDA13DD) is known color: Deep Magenta. HEX triplet: DA, 13 and DD. RGB value is (218,19,221). Sum of RGB (Red+Green+Blue) = 218+19+221=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 19 (7.81% from 255 or 4.15% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA13DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA13DD is #25EC22. Grayscale: #646464. Windows color (decimal): -2485283 or 14488538. OLE color: 14488538.

HSL color Cylindrical-coordinate representation of color #DA13DD: hue angle of 299.11º 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 #DA13DD is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 19 221 -
CMYK 0.01 0.91 0 0.13
HSL 299.11º 0.84% 0.47% -
HSV(B) 299.11º 0.91% 0.87% -
XYZ 42.2 20.59 70.16 -
YUV 101.53 195.43 211.07 -
System Red Green Blue C M Y K H S L
Decimal 218 19 221 0.01 0.91 0 0.13 299.11 0.84 0.47
Hex DA 13 DD 1 5B 0 D 12B 54 2F
Octal 332 23 335 1 133 0 15 453 124 57
Binary 11011010 10011 11011101 1 1011011 0 1101 100101011 1010100 101111

Color Harmonies of #DA13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA13DD

Black with #DA13DD

Text Example


Text Example

White with #DA13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA13DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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