Html Css Color HEX #D01B7A Medium Violet Red

📋 copy color: '#D01B7A'

red 208 ◦ green 27 ◦ blue 122

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

Shades of Medium Violet Red #D01B7A

Tints of Medium Violet Red #D01B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.17%

R = 58.26%
G = 7.56%
B = 34.17%

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

#D01B7A (or 0xD01B7A) is known color: Medium Violet Red. HEX triplet: D0, 1B and 7A. RGB value is (208,27,122). Sum of RGB (Red+Green+Blue) = 208+27+122=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01B7A is #2FE485. Grayscale: #5B5B5B. Windows color (decimal): -3138694 or 8002512. OLE color: 8002512.

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

Color convert

RGB 208 27 122 -
CMYK 0 0.87 0.41 0.18
HSL 328.51º 0.77% 0.46% -
HSV(B) 328.51º 0.87% 0.82% -
XYZ 29.92 15.6 19.85 -
YUV 91.95 144.97 210.78 -
System Red Green Blue C M Y K H S L
Decimal 208 27 122 0 0.87 0.41 0.18 328.51 0.77 0.46
Hex D0 1B 7A 0 57 29 12 149 4D 2E
Octal 320 33 172 0 127 51 22 511 115 56
Binary 11010000 11011 1111010 0 1010111 101001 10010 101001001 1001101 101110

Color Harmonies of #D01B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01B7A

Black with #D01B7A

Text Example


Text Example

White with #D01B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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