Html Css Color HEX #D01B8C Medium Violet Red

📋 copy color: '#D01B8C'

red 208 ◦ green 27 ◦ blue 140

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

Shades of Medium Violet Red #D01B8C

Tints of Medium Violet Red #D01B8C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.2%

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 55.47%
G = 7.2%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D01B8C (or 0xD01B8C) is known color: Medium Violet Red. HEX triplet: D0, 1B and 8C. RGB value is (208,27,140). Sum of RGB (Red+Green+Blue) = 208+27+140=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01B8C is #2FE473. Grayscale: #5D5D5D. Windows color (decimal): -3138676 or 9182160. OLE color: 9182160.

HSL color Cylindrical-coordinate representation of color #D01B8C: hue angle of 322.54º degrees, saturation: 0.77, 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 #D01B8C is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 27 140 -
CMYK 0 0.87 0.33 0.18
HSL 322.54º 0.77% 0.46% -
HSV(B) 322.54º 0.87% 0.82% -
XYZ 31.14 16.09 26.27 -
YUV 94 153.97 209.31 -
System Red Green Blue C M Y K H S L
Decimal 208 27 140 0 0.87 0.33 0.18 322.54 0.77 0.46
Hex D0 1B 8C 0 57 21 12 143 4D 2E
Octal 320 33 214 0 127 41 22 503 115 56
Binary 11010000 11011 10001100 0 1010111 100001 10010 101000011 1001101 101110

Color Harmonies of #D01B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01B8C

Black with #D01B8C

Text Example


Text Example

White with #D01B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01B8C; }

 p { color: rgb(208,27,140); }

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

background-color css

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

 a { background-color: rgb(208,27,140); }

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

border-color css

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

 span { border-color: rgb(208,27,140); }

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