Html Css Color HEX #D60DE4 Deep Magenta

📋 copy color: '#D60DE4'

red 214 ◦ green 13 ◦ blue 228

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

Shades of Deep Magenta #D60DE4

Tints of Deep Magenta #D60DE4

RGB

 RED value IS 214 (83.98% from 255) = 47.03%

 GREEN value IS 13 (5.47% from 255) = 2.86%

 BLUE value IS 228 (89.45% from 255) = 50.11%

R = 47.03%
G = 2.86%
B = 50.11%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D60DE4 (or 0xD60DE4) is known color: Deep Magenta. HEX triplet: D6, 0D and E4. RGB value is (214,13,228). Sum of RGB (Red+Green+Blue) = 214+13+228=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 13 (5.47% from 255 or 2.86% from 455); Blue value is 228 (89.45% from 255 or 50.11% from 455); Max value from RGB is 228 - color contains mainly: blue. Hex color #D60DE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60DE4 is #29F21B. Grayscale: #606060. Windows color (decimal): -2748956 or 14945750. OLE color: 14945750.

HSL color Cylindrical-coordinate representation of color #D60DE4: hue angle of 296.09º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60DE4 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 13 228 -
CMYK 0.06 0.94 0 0.11
HSL 296.09º 0.89% 0.47% -
HSV(B) 296.09º 0.94% 0.89% -
XYZ 41.88 20.19 75.09 -
YUV 97.61 201.59 211.02 -
System Red Green Blue C M Y K H S L
Decimal 214 13 228 0.06 0.94 0 0.11 296.09 0.89 0.47
Hex D6 D E4 6 5E 0 B 128 59 2F
Octal 326 15 344 6 136 0 13 450 131 57
Binary 11010110 1101 11100100 110 1011110 0 1011 100101000 1011001 101111

Color Harmonies of #D60DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60DE4

Black with #D60DE4

Text Example


Text Example

White with #D60DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60DE4; }

 p { color: rgb(214,13,228); }

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

background-color css

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

 a { background-color: rgb(214,13,228); }

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

border-color css

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

 span { border-color: rgb(214,13,228); }

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