Html Css Color HEX #D511CF Deep Magenta

📋 copy color: '#D511CF'

red 213 ◦ green 17 ◦ blue 207

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

Shades of Deep Magenta #D511CF

Tints of Deep Magenta #D511CF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.89%

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

R = 48.74%
G = 3.89%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D511CF (or 0xD511CF) is known color: Deep Magenta. HEX triplet: D5, 11 and CF. RGB value is (213,17,207). Sum of RGB (Red+Green+Blue) = 213+17+207=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D511CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511CF is #2AEE30. Grayscale: #606060. Windows color (decimal): -2813489 or 13570517. OLE color: 13570517.

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

Color convert

RGB 213 17 207 -
CMYK 0 0.92 0.03 0.16
HSL 301.84º 0.85% 0.45% -
HSV(B) 301.84º 0.92% 0.84% -
XYZ 38.9 19.05 60.66 -
YUV 97.26 189.93 210.55 -
System Red Green Blue C M Y K H S L
Decimal 213 17 207 0 0.92 0.03 0.16 301.84 0.85 0.45
Hex D5 11 CF 0 5C 3 10 12E 55 2D
Octal 325 21 317 0 134 3 20 456 125 55
Binary 11010101 10001 11001111 0 1011100 11 10000 100101110 1010101 101101

Color Harmonies of #D511CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D511CF

Black with #D511CF

Text Example


Text Example

White with #D511CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D511CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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