Html Css Color HEX #D01B8B Medium Violet Red

📋 copy color: '#D01B8B'

red 208 ◦ green 27 ◦ blue 139

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

Shades of Medium Violet Red #D01B8B

Tints of Medium Violet Red #D01B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 55.61%
G = 7.22%
B = 37.17%

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

#D01B8B (or 0xD01B8B) is known color: Medium Violet Red. HEX triplet: D0, 1B and 8B. RGB value is (208,27,139). Sum of RGB (Red+Green+Blue) = 208+27+139=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01B8B is #2FE474. Grayscale: #5D5D5D. Windows color (decimal): -3138677 or 9116624. OLE color: 9116624.

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

Color convert

RGB 208 27 139 -
CMYK 0 0.87 0.33 0.18
HSL 322.87º 0.77% 0.46% -
HSV(B) 322.87º 0.87% 0.82% -
XYZ 31.06 16.06 25.89 -
YUV 93.89 153.47 209.39 -
System Red Green Blue C M Y K H S L
Decimal 208 27 139 0 0.87 0.33 0.18 322.87 0.77 0.46
Hex D0 1B 8B 0 57 21 12 143 4D 2E
Octal 320 33 213 0 127 41 22 503 115 56
Binary 11010000 11011 10001011 0 1010111 100001 10010 101000011 1001101 101110

Color Harmonies of #D01B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01B8B

Black with #D01B8B

Text Example


Text Example

White with #D01B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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