Html Css Color HEX #D01BA5 Medium Violet Red

📋 copy color: '#D01BA5'

red 208 ◦ green 27 ◦ blue 165

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

Shades of Medium Violet Red #D01BA5

Tints of Medium Violet Red #D01BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.25%

R = 52%
G = 6.75%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D01BA5 (or 0xD01BA5) is known color: Medium Violet Red. HEX triplet: D0, 1B and A5. RGB value is (208,27,165). Sum of RGB (Red+Green+Blue) = 208+27+165=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D01BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01BA5 is #2FE45A. Grayscale: #606060. Windows color (decimal): -3138651 or 10820560. OLE color: 10820560.

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

Color convert

RGB 208 27 165 -
CMYK 0 0.87 0.21 0.18
HSL 314.25º 0.77% 0.46% -
HSV(B) 314.25º 0.87% 0.82% -
XYZ 33.2 16.91 37.11 -
YUV 96.85 166.47 207.28 -
System Red Green Blue C M Y K H S L
Decimal 208 27 165 0 0.87 0.21 0.18 314.25 0.77 0.46
Hex D0 1B A5 0 57 15 12 13A 4D 2E
Octal 320 33 245 0 127 25 22 472 115 56
Binary 11010000 11011 10100101 0 1010111 10101 10010 100111010 1001101 101110

Color Harmonies of #D01BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01BA5

Black with #D01BA5

Text Example


Text Example

White with #D01BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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