Html Css Color HEX #D610C2 Deep Magenta

📋 copy color: '#D610C2'

red 214 ◦ green 16 ◦ blue 194

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

Shades of Deep Magenta #D610C2

Tints of Deep Magenta #D610C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.75%

R = 50.47%
G = 3.77%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D610C2 (or 0xD610C2) is known color: Deep Magenta. HEX triplet: D6, 10 and C2. RGB value is (214,16,194). Sum of RGB (Red+Green+Blue) = 214+16+194=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D610C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D610C2 is #29EF3D. Grayscale: #5E5E5E. Windows color (decimal): -2748222 or 12718294. OLE color: 12718294.

HSL color Cylindrical-coordinate representation of color #D610C2: hue angle of 306.06º 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 #D610C2 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 194 -
CMYK 0 0.93 0.09 0.16
HSL 306.06º 0.86% 0.45% -
HSV(B) 306.06º 0.93% 0.84% -
XYZ 37.65 18.56 52.64 -
YUV 95.49 183.6 212.53 -
System Red Green Blue C M Y K H S L
Decimal 214 16 194 0 0.93 0.09 0.16 306.06 0.86 0.45
Hex D6 10 C2 0 5D 9 10 132 56 2D
Octal 326 20 302 0 135 11 20 462 126 55
Binary 11010110 10000 11000010 0 1011101 1001 10000 100110010 1010110 101101

Color Harmonies of #D610C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610C2

Black with #D610C2

Text Example


Text Example

White with #D610C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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