Html Css Color HEX #D2068F Medium Violet Red

📋 copy color: '#D2068F'

red 210 ◦ green 6 ◦ blue 143

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

Shades of Medium Violet Red #D2068F

Tints of Medium Violet Red #D2068F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.67%

 BLUE value IS 143 (56.25% from 255) = 39.83%

R = 58.5%
G = 1.67%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2068F (or 0xD2068F) is known color: Medium Violet Red. HEX triplet: D2, 06 and 8F. RGB value is (210,6,143). Sum of RGB (Red+Green+Blue) = 210+6+143=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D2068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2068F is #2DF970. Grayscale: #525252. Windows color (decimal): -3012977 or 9373394. OLE color: 9373394.

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

Color convert

RGB 210 6 143 -
CMYK 0 0.97 0.32 0.18
HSL 319.71º 0.94% 0.42% -
HSV(B) 319.71º 0.97% 0.82% -
XYZ 31.6 15.82 27.37 -
YUV 82.61 162.09 218.86 -
System Red Green Blue C M Y K H S L
Decimal 210 6 143 0 0.97 0.32 0.18 319.71 0.94 0.42
Hex D2 6 8F 0 61 20 12 140 5E 2A
Octal 322 6 217 0 141 40 22 500 136 52
Binary 11010010 110 10001111 0 1100001 100000 10010 101000000 1011110 101010

Color Harmonies of #D2068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2068F

Black with #D2068F

Text Example


Text Example

White with #D2068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2068F; }

 p { color: rgb(210,6,143); }

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

background-color css

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

 a { background-color: rgb(210,6,143); }

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

border-color css

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

 span { border-color: rgb(210,6,143); }

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