Html Css Color HEX #D2018A Medium Violet Red

📋 copy color: '#D2018A'

red 210 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #D2018A

Tints of Medium Violet Red #D2018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 60.17%
G = 0.29%
B = 39.54%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2018A (or 0xD2018A) is known color: Medium Violet Red. HEX triplet: D2, 01 and 8A. RGB value is (210,1,138). Sum of RGB (Red+Green+Blue) = 210+1+138=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D2018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2018A is #2DFE75. Grayscale: #4E4E4E. Windows color (decimal): -3014262 or 9044434. OLE color: 9044434.

HSL color Cylindrical-coordinate representation of color #D2018A: hue angle of 320.67º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2018A is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 138 -
CMYK 0 1.00 0.34 0.18
HSL 320.67º 0.99% 0.41% -
HSV(B) 320.67º 1% 0.82% -
XYZ 31.18 15.56 25.4 -
YUV 79.11 161.24 221.36 -
System Red Green Blue C M Y K H S L
Decimal 210 1 138 0 1.00 0.34 0.18 320.67 0.99 0.41
Hex D2 1 8A 0 64 22 12 141 63 29
Octal 322 1 212 0 144 42 22 501 143 51
Binary 11010010 1 10001010 0 1100100 100010 10010 101000001 1100011 101001

Color Harmonies of #D2018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2018A

Black with #D2018A

Text Example


Text Example

White with #D2018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2018A; }

 p { color: rgb(210,1,138); }

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

background-color css

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

 a { background-color: rgb(210,1,138); }

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

border-color css

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

 span { border-color: rgb(210,1,138); }

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