Html Css Color HEX #D01C7B Medium Violet Red

📋 copy color: '#D01C7B'

red 208 ◦ green 28 ◦ blue 123

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

Shades of Medium Violet Red #D01C7B

Tints of Medium Violet Red #D01C7B

RGB

 RED value IS 208 (81.64% from 255) = 57.94%

 GREEN value IS 28 (11.33% from 255) = 7.8%

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

R = 57.94%
G = 7.8%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D01C7B (or 0xD01C7B) is known color: Medium Violet Red. HEX triplet: D0, 1C and 7B. RGB value is (208,28,123). Sum of RGB (Red+Green+Blue) = 208+28+123=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01C7B is #2FE384. Grayscale: #5C5C5C. Windows color (decimal): -3138437 or 8068304. OLE color: 8068304.

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

Color convert

RGB 208 28 123 -
CMYK 0 0.87 0.41 0.18
HSL 328.33º 0.76% 0.46% -
HSV(B) 328.33º 0.87% 0.82% -
XYZ 30 15.67 20.18 -
YUV 92.65 145.13 210.28 -
System Red Green Blue C M Y K H S L
Decimal 208 28 123 0 0.87 0.41 0.18 328.33 0.76 0.46
Hex D0 1C 7B 0 57 29 12 148 4C 2E
Octal 320 34 173 0 127 51 22 510 114 56
Binary 11010000 11100 1111011 0 1010111 101001 10010 101001000 1001100 101110

Color Harmonies of #D01C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C7B

Black with #D01C7B

Text Example


Text Example

White with #D01C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C7B; }

 p { color: rgb(208,28,123); }

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

background-color css

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

 a { background-color: rgb(208,28,123); }

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

border-color css

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

 span { border-color: rgb(208,28,123); }

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