Html Css Color HEX #D6007E Medium Violet Red

📋 copy color: '#D6007E'

red 214 ◦ green 0 ◦ blue 126

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

Shades of Medium Violet Red #D6007E

Tints of Medium Violet Red #D6007E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 126 (49.61% from 255) = 37.06%

R = 62.94%
G = 0%
B = 37.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6007E (or 0xD6007E) is known color: Medium Violet Red. HEX triplet: D6, 00 and 7E. RGB value is (214,0,126). Sum of RGB (Red+Green+Blue) = 214+0+126=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6007E is #29FF81. Grayscale: #4E4E4E. Windows color (decimal): -2752386 or 8257750. OLE color: 8257750.

HSL color Cylindrical-coordinate representation of color #D6007E: hue angle of 324.67º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6007E is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 0 126 -
CMYK 0 1 0.41 0.16
HSL 324.67º 1% 0.42% -
HSV(B) 324.67º 1% 0.84% -
XYZ 31.5 15.8 21.13 -
YUV 78.35 154.9 224.75 -
System Red Green Blue C M Y K H S L
Decimal 214 0 126 0 1 0.41 0.16 324.67 1 0.42
Hex D6 0 7E 0 64 29 10 145 64 2A
Octal 326 0 176 0 144 51 20 505 144 52
Binary 11010110 0 1111110 0 1100100 101001 10000 101000101 1100100 101010

Color Harmonies of #D6007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6007E

Black with #D6007E

Text Example


Text Example

White with #D6007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6007E; }

 p { color: rgb(214,0,126); }

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

background-color css

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

 a { background-color: rgb(214,0,126); }

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

border-color css

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

 span { border-color: rgb(214,0,126); }

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