Html Css Color HEX #D02181 Medium Violet Red

📋 copy color: '#D02181'

red 208 ◦ green 33 ◦ blue 129

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

Shades of Medium Violet Red #D02181

Tints of Medium Violet Red #D02181

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.92%

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

R = 56.22%
G = 8.92%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D02181 (or 0xD02181) is known color: Medium Violet Red. HEX triplet: D0, 21 and 81. RGB value is (208,33,129). Sum of RGB (Red+Green+Blue) = 208+33+129=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D02181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02181 is #2FDE7E. Grayscale: #606060. Windows color (decimal): -3137151 or 8462800. OLE color: 8462800.

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

Color convert

RGB 208 33 129 -
CMYK 0 0.84 0.38 0.18
HSL 327.09º 0.73% 0.47% -
HSV(B) 327.09º 0.84% 0.82% -
XYZ 30.52 16.08 22.26 -
YUV 96.27 146.48 207.69 -
System Red Green Blue C M Y K H S L
Decimal 208 33 129 0 0.84 0.38 0.18 327.09 0.73 0.47
Hex D0 21 81 0 54 26 12 147 49 2F
Octal 320 41 201 0 124 46 22 507 111 57
Binary 11010000 100001 10000001 0 1010100 100110 10010 101000111 1001001 101111

Color Harmonies of #D02181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02181

Black with #D02181

Text Example


Text Example

White with #D02181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02181; }

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

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

background-color css

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

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

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

border-color css

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

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

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