Html Css Color HEX #D7007B Medium Violet Red

📋 copy color: '#D7007B'

red 215 ◦ green 0 ◦ blue 123

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

Shades of Medium Violet Red #D7007B

Tints of Medium Violet Red #D7007B

RGB

 RED value IS 215 (84.38% from 255) = 63.61%

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

 BLUE value IS 123 (48.44% from 255) = 36.39%

R = 63.61%
G = 0%
B = 36.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7007B (or 0xD7007B) is known color: Medium Violet Red. HEX triplet: D7, 00 and 7B. RGB value is (215,0,123). Sum of RGB (Red+Green+Blue) = 215+0+123=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D7007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7007B is #28FF84. Grayscale: #4E4E4E. Windows color (decimal): -2686853 or 8061143. OLE color: 8061143.

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

Color convert

RGB 215 0 123 -
CMYK 0 1 0.43 0.16
HSL 325.67º 1% 0.42% -
HSV(B) 325.67º 1% 0.84% -
XYZ 31.6 15.88 20.14 -
YUV 78.31 153.23 225.5 -
System Red Green Blue C M Y K H S L
Decimal 215 0 123 0 1 0.43 0.16 325.67 1 0.42
Hex D7 0 7B 0 64 2B 10 146 64 2A
Octal 327 0 173 0 144 53 20 506 144 52
Binary 11010111 0 1111011 0 1100100 101011 10000 101000110 1100100 101010

Color Harmonies of #D7007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7007B

Black with #D7007B

Text Example


Text Example

White with #D7007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7007B; }

 p { color: rgb(215,0,123); }

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

background-color css

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

 a { background-color: rgb(215,0,123); }

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

border-color css

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

 span { border-color: rgb(215,0,123); }

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