Html Css Color HEX #D514CF Deep Magenta

📋 copy color: '#D514CF'

red 213 ◦ green 20 ◦ blue 207

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

Shades of Deep Magenta #D514CF

Tints of Deep Magenta #D514CF

RGB

 RED value IS 213 (83.59% from 255) = 48.41%

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

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 48.41%
G = 4.55%
B = 47.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D514CF (or 0xD514CF) is known color: Deep Magenta. HEX triplet: D5, 14 and CF. RGB value is (213,20,207). Sum of RGB (Red+Green+Blue) = 213+20+207=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D514CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D514CF is #2AEB30. Grayscale: #626262. Windows color (decimal): -2812721 or 13571285. OLE color: 13571285.

HSL color Cylindrical-coordinate representation of color #D514CF: hue angle of 301.87º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D514CF is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 207 -
CMYK 0 0.91 0.03 0.16
HSL 301.87º 0.83% 0.46% -
HSV(B) 301.87º 0.91% 0.84% -
XYZ 38.95 19.15 60.68 -
YUV 99.03 188.94 209.29 -
System Red Green Blue C M Y K H S L
Decimal 213 20 207 0 0.91 0.03 0.16 301.87 0.83 0.46
Hex D5 14 CF 0 5B 3 10 12E 53 2E
Octal 325 24 317 0 133 3 20 456 123 56
Binary 11010101 10100 11001111 0 1011011 11 10000 100101110 1010011 101110

Color Harmonies of #D514CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D514CF

Black with #D514CF

Text Example


Text Example

White with #D514CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D514CF; }

 p { color: rgb(213,20,207); }

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

background-color css

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

 a { background-color: rgb(213,20,207); }

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

border-color css

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

 span { border-color: rgb(213,20,207); }

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