Html Css Color HEX #D610CF Deep Magenta

📋 copy color: '#D610CF'

red 214 ◦ green 16 ◦ blue 207

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

Shades of Deep Magenta #D610CF

Tints of Deep Magenta #D610CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.66%

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

R = 48.97%
G = 3.66%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D610CF (or 0xD610CF) is known color: Deep Magenta. HEX triplet: D6, 10 and CF. RGB value is (214,16,207). Sum of RGB (Red+Green+Blue) = 214+16+207=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 16 (6.64% from 255 or 3.66% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D610CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D610CF is #29EF30. Grayscale: #606060. Windows color (decimal): -2748209 or 13570262. OLE color: 13570262.

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

Color convert

RGB 214 16 207 -
CMYK 0 0.93 0.03 0.16
HSL 302.12º 0.86% 0.45% -
HSV(B) 302.12º 0.93% 0.84% -
XYZ 39.18 19.17 60.67 -
YUV 96.98 190.1 211.47 -
System Red Green Blue C M Y K H S L
Decimal 214 16 207 0 0.93 0.03 0.16 302.12 0.86 0.45
Hex D6 10 CF 0 5D 3 10 12E 56 2D
Octal 326 20 317 0 135 3 20 456 126 55
Binary 11010110 10000 11001111 0 1011101 11 10000 100101110 1010110 101101

Color Harmonies of #D610CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610CF

Black with #D610CF

Text Example


Text Example

White with #D610CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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