Html Css Color HEX #D206C4 Deep Magenta

📋 copy color: '#D206C4'

red 210 ◦ green 6 ◦ blue 196

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

Shades of Deep Magenta #D206C4

Tints of Deep Magenta #D206C4

RGB

 RED value IS 210 (82.42% from 255) = 50.97%

 GREEN value IS 6 (2.73% from 255) = 1.46%

 BLUE value IS 196 (76.95% from 255) = 47.57%

R = 50.97%
G = 1.46%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D206C4 (or 0xD206C4) is known color: Deep Magenta. HEX triplet: D2, 06 and C4. RGB value is (210,6,196). Sum of RGB (Red+Green+Blue) = 210+6+196=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D206C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D206C4 is #2DF93B. Grayscale: #585858. Windows color (decimal): -3012924 or 12846802. OLE color: 12846802.

HSL color Cylindrical-coordinate representation of color #D206C4: hue angle of 304.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D206C4 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 6 196 -
CMYK 0 0.97 0.07 0.18
HSL 304.12º 0.94% 0.42% -
HSV(B) 304.12º 0.97% 0.82% -
XYZ 36.61 17.82 53.73 -
YUV 88.66 188.59 214.55 -
System Red Green Blue C M Y K H S L
Decimal 210 6 196 0 0.97 0.07 0.18 304.12 0.94 0.42
Hex D2 6 C4 0 61 7 12 130 5E 2A
Octal 322 6 304 0 141 7 22 460 136 52
Binary 11010010 110 11000100 0 1100001 111 10010 100110000 1011110 101010

Color Harmonies of #D206C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D206C4

Black with #D206C4

Text Example


Text Example

White with #D206C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D206C4; }

 p { color: rgb(210,6,196); }

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

background-color css

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

 a { background-color: rgb(210,6,196); }

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

border-color css

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

 span { border-color: rgb(210,6,196); }

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