Html Css Color HEX #D20F96 Medium Violet Red

📋 copy color: '#D20F96'

red 210 ◦ green 15 ◦ blue 150

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

Shades of Medium Violet Red #D20F96

Tints of Medium Violet Red #D20F96

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4%

 BLUE value IS 150 (58.98% from 255) = 40%

R = 56%
G = 4%
B = 40%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D20F96 (or 0xD20F96) is known color: Medium Violet Red. HEX triplet: D2, 0F and 96. RGB value is (210,15,150). Sum of RGB (Red+Green+Blue) = 210+15+150=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20F96 is #2DF069. Grayscale: #585858. Windows color (decimal): -3010666 or 9834450. OLE color: 9834450.

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

Color convert

RGB 210 15 150 -
CMYK 0 0.93 0.29 0.18
HSL 318.46º 0.87% 0.44% -
HSV(B) 318.46º 0.93% 0.82% -
XYZ 32.25 16.25 30.29 -
YUV 88.7 162.6 214.52 -
System Red Green Blue C M Y K H S L
Decimal 210 15 150 0 0.93 0.29 0.18 318.46 0.87 0.44
Hex D2 F 96 0 5D 1D 12 13E 57 2C
Octal 322 17 226 0 135 35 22 476 127 54
Binary 11010010 1111 10010110 0 1011101 11101 10010 100111110 1010111 101100

Color Harmonies of #D20F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20F96

Black with #D20F96

Text Example


Text Example

White with #D20F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20F96; }

 p { color: rgb(210,15,150); }

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

background-color css

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

 a { background-color: rgb(210,15,150); }

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

border-color css

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

 span { border-color: rgb(210,15,150); }

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