Html Css Color HEX #D014CD Deep Magenta

📋 copy color: '#D014CD'

red 208 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #D014CD

Tints of Deep Magenta #D014CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 48.04%
G = 4.62%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D014CD (or 0xD014CD) is known color: Deep Magenta. HEX triplet: D0, 14 and CD. RGB value is (208,20,205). Sum of RGB (Red+Green+Blue) = 208+20+205=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D014CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D014CD is #2FEB32. Grayscale: #606060. Windows color (decimal): -3140403 or 13440208. OLE color: 13440208.

HSL color Cylindrical-coordinate representation of color #D014CD: hue angle of 300.96º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D014CD is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 205 -
CMYK 0 0.90 0.01 0.18
HSL 300.96º 0.82% 0.45% -
HSV(B) 300.96º 0.9% 0.82% -
XYZ 37.28 18.32 59.33 -
YUV 97.3 188.78 206.96 -
System Red Green Blue C M Y K H S L
Decimal 208 20 205 0 0.90 0.01 0.18 300.96 0.82 0.45
Hex D0 14 CD 0 5A 1 12 12D 52 2D
Octal 320 24 315 0 132 1 22 455 122 55
Binary 11010000 10100 11001101 0 1011010 1 10010 100101101 1010010 101101

Color Harmonies of #D014CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D014CD

Black with #D014CD

Text Example


Text Example

White with #D014CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D014CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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