Html Css Color HEX #D613CF Deep Magenta

📋 copy color: '#D613CF'

red 214 ◦ green 19 ◦ blue 207

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

Shades of Deep Magenta #D613CF

Tints of Deep Magenta #D613CF

RGB

 RED value IS 214 (83.98% from 255) = 48.64%

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

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

R = 48.64%
G = 4.32%
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

#D613CF (or 0xD613CF) is known color: Deep Magenta. HEX triplet: D6, 13 and CF. RGB value is (214,19,207). Sum of RGB (Red+Green+Blue) = 214+19+207=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D613CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613CF is #29EC30. Grayscale: #626262. Windows color (decimal): -2747441 or 13571030. OLE color: 13571030.

HSL color Cylindrical-coordinate representation of color #D613CF: hue angle of 302.15º degrees, saturation: 0.84, 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 #D613CF is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 19 207 -
CMYK 0 0.91 0.03 0.16
HSL 302.15º 0.84% 0.46% -
HSV(B) 302.15º 0.91% 0.84% -
XYZ 39.23 19.27 60.68 -
YUV 98.74 189.1 210.21 -
System Red Green Blue C M Y K H S L
Decimal 214 19 207 0 0.91 0.03 0.16 302.15 0.84 0.46
Hex D6 13 CF 0 5B 3 10 12E 54 2E
Octal 326 23 317 0 133 3 20 456 124 56
Binary 11010110 10011 11001111 0 1011011 11 10000 100101110 1010100 101110

Color Harmonies of #D613CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613CF

Black with #D613CF

Text Example


Text Example

White with #D613CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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