Html Css Color HEX #DA14DD Deep Magenta

📋 copy color: '#DA14DD'

red 218 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #DA14DD

Tints of Deep Magenta #DA14DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.36%

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

R = 47.49%
G = 4.36%
B = 48.15%

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

#DA14DD (or 0xDA14DD) is known color: Deep Magenta. HEX triplet: DA, 14 and DD. RGB value is (218,20,221). Sum of RGB (Red+Green+Blue) = 218+20+221=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA14DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA14DD is #25EB22. Grayscale: #656565. Windows color (decimal): -2485027 or 14488794. OLE color: 14488794.

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

Color convert

RGB 218 20 221 -
CMYK 0.01 0.91 0 0.13
HSL 299.1º 0.83% 0.47% -
HSV(B) 299.1º 0.91% 0.87% -
XYZ 42.21 20.63 70.16 -
YUV 102.12 195.1 210.66 -
System Red Green Blue C M Y K H S L
Decimal 218 20 221 0.01 0.91 0 0.13 299.1 0.83 0.47
Hex DA 14 DD 1 5B 0 D 12B 53 2F
Octal 332 24 335 1 133 0 15 453 123 57
Binary 11011010 10100 11011101 1 1011011 0 1101 100101011 1010011 101111

Color Harmonies of #DA14DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA14DD

Black with #DA14DD

Text Example


Text Example

White with #DA14DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA14DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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