Html Css Color HEX #DC14CF Deep Magenta

📋 copy color: '#DC14CF'

red 220 ◦ green 20 ◦ blue 207

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

Shades of Deep Magenta #DC14CF

Tints of Deep Magenta #DC14CF

RGB

 RED value IS 220 (86.33% from 255) = 49.22%

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

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

R = 49.22%
G = 4.47%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC14CF (or 0xDC14CF) is known color: Deep Magenta. HEX triplet: DC, 14 and CF. RGB value is (220,20,207). Sum of RGB (Red+Green+Blue) = 220+20+207=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC14CF is #23EB30. Grayscale: #646464. Windows color (decimal): -2353969 or 13571292. OLE color: 13571292.

HSL color Cylindrical-coordinate representation of color #DC14CF: hue angle of 303.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC14CF is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 20 207 -
CMYK 0 0.91 0.06 0.14
HSL 303.9º 0.83% 0.47% -
HSV(B) 303.9º 0.91% 0.86% -
XYZ 41.03 20.22 60.77 -
YUV 101.12 187.76 212.79 -
System Red Green Blue C M Y K H S L
Decimal 220 20 207 0 0.91 0.06 0.14 303.9 0.83 0.47
Hex DC 14 CF 0 5B 6 E 130 53 2F
Octal 334 24 317 0 133 6 16 460 123 57
Binary 11011100 10100 11001111 0 1011011 110 1110 100110000 1010011 101111

Color Harmonies of #DC14CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14CF

Black with #DC14CF

Text Example


Text Example

White with #DC14CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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