Html Css Color HEX #D01A83 Medium Violet Red

📋 copy color: '#D01A83'

red 208 ◦ green 26 ◦ blue 131

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

Shades of Medium Violet Red #D01A83

Tints of Medium Violet Red #D01A83

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.12%

 BLUE value IS 131 (51.56% from 255) = 35.89%

R = 56.99%
G = 7.12%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D01A83 (or 0xD01A83) is known color: Medium Violet Red. HEX triplet: D0, 1A and 83. RGB value is (208,26,131). Sum of RGB (Red+Green+Blue) = 208+26+131=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01A83 is #2FE57C. Grayscale: #5C5C5C. Windows color (decimal): -3138941 or 8592080. OLE color: 8592080.

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

Color convert

RGB 208 26 131 -
CMYK 0 0.88 0.37 0.18
HSL 325.38º 0.78% 0.46% -
HSV(B) 325.38º 0.88% 0.82% -
XYZ 30.48 15.79 22.91 -
YUV 92.39 149.8 210.46 -
System Red Green Blue C M Y K H S L
Decimal 208 26 131 0 0.88 0.37 0.18 325.38 0.78 0.46
Hex D0 1A 83 0 58 25 12 145 4E 2E
Octal 320 32 203 0 130 45 22 505 116 56
Binary 11010000 11010 10000011 0 1011000 100101 10010 101000101 1001110 101110

Color Harmonies of #D01A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01A83

Black with #D01A83

Text Example


Text Example

White with #D01A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01A83; }

 p { color: rgb(208,26,131); }

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

background-color css

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

 a { background-color: rgb(208,26,131); }

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

border-color css

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

 span { border-color: rgb(208,26,131); }

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