Html Css Color HEX #D1007B Medium Violet Red

📋 copy color: '#D1007B'

red 209 ◦ green 0 ◦ blue 123

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

Shades of Medium Violet Red #D1007B

Tints of Medium Violet Red #D1007B

RGB

 RED value IS 209 (82.03% from 255) = 62.95%

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

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

R = 62.95%
G = 0%
B = 37.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1007B (or 0xD1007B) is known color: Medium Violet Red. HEX triplet: D1, 00 and 7B. RGB value is (209,0,123). Sum of RGB (Red+Green+Blue) = 209+0+123=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D1007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1007B is #2EFF84. Grayscale: #4C4C4C. Windows color (decimal): -3080069 or 8061137. OLE color: 8061137.

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

Color convert

RGB 209 0 123 -
CMYK 0 1 0.41 0.18
HSL 324.69º 1% 0.41% -
HSV(B) 324.69º 1% 0.82% -
XYZ 29.87 14.99 20.06 -
YUV 76.51 154.24 222.5 -
System Red Green Blue C M Y K H S L
Decimal 209 0 123 0 1 0.41 0.18 324.69 1 0.41
Hex D1 0 7B 0 64 29 12 145 64 29
Octal 321 0 173 0 144 51 22 505 144 51
Binary 11010001 0 1111011 0 1100100 101001 10010 101000101 1100100 101001

Color Harmonies of #D1007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1007B

Black with #D1007B

Text Example


Text Example

White with #D1007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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