Html Css Color HEX #D6007D Medium Violet Red

📋 copy color: '#D6007D'

red 214 ◦ green 0 ◦ blue 125

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

Shades of Medium Violet Red #D6007D

Tints of Medium Violet Red #D6007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 63.13%
G = 0%
B = 36.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6007D (or 0xD6007D) is known color: Medium Violet Red. HEX triplet: D6, 00 and 7D. RGB value is (214,0,125). Sum of RGB (Red+Green+Blue) = 214+0+125=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6007D is #29FF82. Grayscale: #4D4D4D. Windows color (decimal): -2752387 or 8192214. OLE color: 8192214.

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

Color convert

RGB 214 0 125 -
CMYK 0 1 0.42 0.16
HSL 324.95º 1% 0.42% -
HSV(B) 324.95º 1% 0.84% -
XYZ 31.43 15.78 20.79 -
YUV 78.24 154.4 224.84 -
System Red Green Blue C M Y K H S L
Decimal 214 0 125 0 1 0.42 0.16 324.95 1 0.42
Hex D6 0 7D 0 64 2A 10 145 64 2A
Octal 326 0 175 0 144 52 20 505 144 52
Binary 11010110 0 1111101 0 1100100 101010 10000 101000101 1100100 101010

Color Harmonies of #D6007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6007D

Black with #D6007D

Text Example


Text Example

White with #D6007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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