Html Css Color HEX #D413CF Deep Magenta

📋 copy color: '#D413CF'

red 212 ◦ green 19 ◦ blue 207

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

Shades of Deep Magenta #D413CF

Tints of Deep Magenta #D413CF

RGB

 RED value IS 212 (83.2% from 255) = 48.4%

 GREEN value IS 19 (7.81% from 255) = 4.34%

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

R = 48.4%
G = 4.34%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D413CF (or 0xD413CF) is known color: Deep Magenta. HEX triplet: D4, 13 and CF. RGB value is (212,19,207). Sum of RGB (Red+Green+Blue) = 212+19+207=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D413CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D413CF is #2BEC30. Grayscale: #616161. Windows color (decimal): -2878513 or 13571028. OLE color: 13571028.

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

Color convert

RGB 212 19 207 -
CMYK 0 0.91 0.02 0.17
HSL 301.55º 0.84% 0.45% -
HSV(B) 301.55º 0.91% 0.83% -
XYZ 38.65 18.97 60.66 -
YUV 98.14 189.44 209.21 -
System Red Green Blue C M Y K H S L
Decimal 212 19 207 0 0.91 0.02 0.17 301.55 0.84 0.45
Hex D4 13 CF 0 5B 2 11 12E 54 2D
Octal 324 23 317 0 133 2 21 456 124 55
Binary 11010100 10011 11001111 0 1011011 10 10001 100101110 1010100 101101

Color Harmonies of #D413CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D413CF

Black with #D413CF

Text Example


Text Example

White with #D413CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D413CF; }

 p { color: rgb(212,19,207); }

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

background-color css

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

 a { background-color: rgb(212,19,207); }

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

border-color css

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

 span { border-color: rgb(212,19,207); }

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