Html Css Color HEX #D014DD Deep Magenta

📋 copy color: '#D014DD'

red 208 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #D014DD

Tints of Deep Magenta #D014DD

RGB

 RED value IS 208 (81.64% from 255) = 46.33%

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

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

R = 46.33%
G = 4.45%
B = 49.22%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D014DD (or 0xD014DD) is known color: Deep Magenta. HEX triplet: D0, 14 and DD. RGB value is (208,20,221). Sum of RGB (Red+Green+Blue) = 208+20+221=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #D014DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D014DD is #2FEB22. Grayscale: #626262. Windows color (decimal): -3140387 or 14488784. OLE color: 14488784.

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

Color convert

RGB 208 20 221 -
CMYK 0.06 0.91 0 0.13
HSL 296.12º 0.83% 0.47% -
HSV(B) 296.12º 0.91% 0.87% -
XYZ 39.31 19.13 70.03 -
YUV 99.13 196.78 205.66 -
System Red Green Blue C M Y K H S L
Decimal 208 20 221 0.06 0.91 0 0.13 296.12 0.83 0.47
Hex D0 14 DD 6 5B 0 D 128 53 2F
Octal 320 24 335 6 133 0 15 450 123 57
Binary 11010000 10100 11011101 110 1011011 0 1101 100101000 1010011 101111

Color Harmonies of #D014DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D014DD

Black with #D014DD

Text Example


Text Example

White with #D014DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D014DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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