Html Css Color HEX #D02081 Medium Violet Red

📋 copy color: '#D02081'

red 208 ◦ green 32 ◦ blue 129

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

Shades of Medium Violet Red #D02081

Tints of Medium Violet Red #D02081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.67%

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 56.37%
G = 8.67%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D02081 (or 0xD02081) is known color: Medium Violet Red. HEX triplet: D0, 20 and 81. RGB value is (208,32,129). Sum of RGB (Red+Green+Blue) = 208+32+129=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D02081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02081 is #2FDF7E. Grayscale: #5F5F5F. Windows color (decimal): -3137407 or 8462544. OLE color: 8462544.

HSL color Cylindrical-coordinate representation of color #D02081: hue angle of 326.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02081 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 32 129 -
CMYK 0 0.85 0.38 0.18
HSL 326.93º 0.73% 0.47% -
HSV(B) 326.93º 0.85% 0.82% -
XYZ 30.49 16.03 22.26 -
YUV 95.68 146.81 208.11 -
System Red Green Blue C M Y K H S L
Decimal 208 32 129 0 0.85 0.38 0.18 326.93 0.73 0.47
Hex D0 20 81 0 55 26 12 147 49 2F
Octal 320 40 201 0 125 46 22 507 111 57
Binary 11010000 100000 10000001 0 1010101 100110 10010 101000111 1001001 101111

Color Harmonies of #D02081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02081

Black with #D02081

Text Example


Text Example

White with #D02081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02081; }

 p { color: rgb(208,32,129); }

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

background-color css

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

 a { background-color: rgb(208,32,129); }

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

border-color css

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

 span { border-color: rgb(208,32,129); }

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