Html Css Color HEX #D20F7B Medium Violet Red

📋 copy color: '#D20F7B'

red 210 ◦ green 15 ◦ blue 123

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

Shades of Medium Violet Red #D20F7B

Tints of Medium Violet Red #D20F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.34%

R = 60.34%
G = 4.31%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D20F7B (or 0xD20F7B) is known color: Medium Violet Red. HEX triplet: D2, 0F and 7B. RGB value is (210,15,123). Sum of RGB (Red+Green+Blue) = 210+15+123=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20F7B is #2DF084. Grayscale: #555555. Windows color (decimal): -3010693 or 8064978. OLE color: 8064978.

HSL color Cylindrical-coordinate representation of color #D20F7B: hue angle of 326.77º 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 #D20F7B is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 15 123 -
CMYK 0 0.93 0.41 0.18
HSL 326.77º 0.87% 0.44% -
HSV(B) 326.77º 0.93% 0.82% -
XYZ 30.32 15.47 20.13 -
YUV 85.62 149.1 216.72 -
System Red Green Blue C M Y K H S L
Decimal 210 15 123 0 0.93 0.41 0.18 326.77 0.87 0.44
Hex D2 F 7B 0 5D 29 12 147 57 2C
Octal 322 17 173 0 135 51 22 507 127 54
Binary 11010010 1111 1111011 0 1011101 101001 10010 101000111 1010111 101100

Color Harmonies of #D20F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20F7B

Black with #D20F7B

Text Example


Text Example

White with #D20F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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