Html Css Color HEX #D20885 Medium Violet Red

📋 copy color: '#D20885'

red 210 ◦ green 8 ◦ blue 133

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

Shades of Medium Violet Red #D20885

Tints of Medium Violet Red #D20885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.28%

 BLUE value IS 133 (52.34% from 255) = 37.89%

R = 59.83%
G = 2.28%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D20885 (or 0xD20885) is known color: Medium Violet Red. HEX triplet: D2, 08 and 85. RGB value is (210,8,133). Sum of RGB (Red+Green+Blue) = 210+8+133=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D20885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20885 is #2DF77A. Grayscale: #525252. Windows color (decimal): -3012475 or 8718546. OLE color: 8718546.

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

Color convert

RGB 210 8 133 -
CMYK 0 0.96 0.37 0.18
HSL 322.87º 0.93% 0.43% -
HSV(B) 322.87º 0.96% 0.82% -
XYZ 30.9 15.57 23.57 -
YUV 82.65 156.42 218.84 -
System Red Green Blue C M Y K H S L
Decimal 210 8 133 0 0.96 0.37 0.18 322.87 0.93 0.43
Hex D2 8 85 0 60 25 12 143 5D 2B
Octal 322 10 205 0 140 45 22 503 135 53
Binary 11010010 1000 10000101 0 1100000 100101 10010 101000011 1011101 101011

Color Harmonies of #D20885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20885

Black with #D20885

Text Example


Text Example

White with #D20885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20885; }

 p { color: rgb(210,8,133); }

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

background-color css

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

 a { background-color: rgb(210,8,133); }

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

border-color css

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

 span { border-color: rgb(210,8,133); }

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