Html Css Color HEX #D20581 Medium Violet Red

📋 copy color: '#D20581'

red 210 ◦ green 5 ◦ blue 129

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

Shades of Medium Violet Red #D20581

Tints of Medium Violet Red #D20581

RGB

 RED value IS 210 (82.42% from 255) = 61.05%

 GREEN value IS 5 (2.34% from 255) = 1.45%

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

R = 61.05%
G = 1.45%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D20581 (or 0xD20581) is known color: Medium Violet Red. HEX triplet: D2, 05 and 81. RGB value is (210,5,129). Sum of RGB (Red+Green+Blue) = 210+5+129=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D20581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20581 is #2DFA7E. Grayscale: #505050. Windows color (decimal): -3013247 or 8455634. OLE color: 8455634.

HSL color Cylindrical-coordinate representation of color #D20581: hue angle of 323.71º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20581 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 129 -
CMYK 0 0.98 0.39 0.18
HSL 323.71º 0.95% 0.42% -
HSV(B) 323.71º 0.98% 0.82% -
XYZ 30.6 15.4 22.13 -
YUV 80.43 155.42 220.42 -
System Red Green Blue C M Y K H S L
Decimal 210 5 129 0 0.98 0.39 0.18 323.71 0.95 0.42
Hex D2 5 81 0 62 27 12 144 5F 2A
Octal 322 5 201 0 142 47 22 504 137 52
Binary 11010010 101 10000001 0 1100010 100111 10010 101000100 1011111 101010

Color Harmonies of #D20581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20581

Black with #D20581

Text Example


Text Example

White with #D20581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20581; }

 p { color: rgb(210,5,129); }

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

background-color css

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

 a { background-color: rgb(210,5,129); }

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

border-color css

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

 span { border-color: rgb(210,5,129); }

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