Html Css Color HEX #D2007F Medium Violet Red

📋 copy color: '#D2007F'

red 210 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #D2007F

Tints of Medium Violet Red #D2007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.69%

R = 62.31%
G = 0%
B = 37.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2007F (or 0xD2007F) is known color: Medium Violet Red. HEX triplet: D2, 00 and 7F. RGB value is (210,0,127). Sum of RGB (Red+Green+Blue) = 210+0+127=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D2007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2007F is #2DFF80. Grayscale: #4C4C4C. Windows color (decimal): -3014529 or 8323282. OLE color: 8323282.

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

Color convert

RGB 210 0 127 -
CMYK 0 1 0.40 0.18
HSL 323.71º 1% 0.41% -
HSV(B) 323.71º 1% 0.82% -
XYZ 30.41 15.23 21.42 -
YUV 77.27 156.07 222.67 -
System Red Green Blue C M Y K H S L
Decimal 210 0 127 0 1 0.40 0.18 323.71 1 0.41
Hex D2 0 7F 0 64 28 12 144 64 29
Octal 322 0 177 0 144 50 22 504 144 51
Binary 11010010 0 1111111 0 1100100 101000 10010 101000100 1100100 101001

Color Harmonies of #D2007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2007F

Black with #D2007F

Text Example


Text Example

White with #D2007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2007F; }

 p { color: rgb(210,0,127); }

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

background-color css

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

 a { background-color: rgb(210,0,127); }

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

border-color css

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

 span { border-color: rgb(210,0,127); }

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