Html Css Color HEX #D0068D Medium Violet Red

📋 copy color: '#D0068D'

red 208 ◦ green 6 ◦ blue 141

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

Shades of Medium Violet Red #D0068D

Tints of Medium Violet Red #D0068D

RGB

 RED value IS 208 (81.64% from 255) = 58.59%

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

 BLUE value IS 141 (55.47% from 255) = 39.72%

R = 58.59%
G = 1.69%
B = 39.72%

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

#D0068D (or 0xD0068D) is known color: Medium Violet Red. HEX triplet: D0, 06 and 8D. RGB value is (208,6,141). Sum of RGB (Red+Green+Blue) = 208+6+141=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0068D is #2FF972. Grayscale: #515151. Windows color (decimal): -3144051 or 9242320. OLE color: 9242320.

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

Color convert

RGB 208 6 141 -
CMYK 0 0.97 0.32 0.18
HSL 319.9º 0.94% 0.42% -
HSV(B) 319.9º 0.97% 0.82% -
XYZ 30.89 15.46 26.56 -
YUV 81.79 161.42 218.02 -
System Red Green Blue C M Y K H S L
Decimal 208 6 141 0 0.97 0.32 0.18 319.9 0.94 0.42
Hex D0 6 8D 0 61 20 12 140 5E 2A
Octal 320 6 215 0 141 40 22 500 136 52
Binary 11010000 110 10001101 0 1100001 100000 10010 101000000 1011110 101010

Color Harmonies of #D0068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0068D

Black with #D0068D

Text Example


Text Example

White with #D0068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0068D; }

 p { color: rgb(208,6,141); }

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

background-color css

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

 a { background-color: rgb(208,6,141); }

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

border-color css

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

 span { border-color: rgb(208,6,141); }

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