Html Css Color HEX #D6068F Medium Violet Red

📋 copy color: '#D6068F'

red 214 ◦ green 6 ◦ blue 143

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

Shades of Medium Violet Red #D6068F

Tints of Medium Violet Red #D6068F

RGB

 RED value IS 214 (83.98% from 255) = 58.95%

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

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

R = 58.95%
G = 1.65%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6068F (or 0xD6068F) is known color: Medium Violet Red. HEX triplet: D6, 06 and 8F. RGB value is (214,6,143). Sum of RGB (Red+Green+Blue) = 214+6+143=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6068F is #29F970. Grayscale: #535353. Windows color (decimal): -2750833 or 9373398. OLE color: 9373398.

HSL color Cylindrical-coordinate representation of color #D6068F: hue angle of 320.48º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6068F is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 6 143 -
CMYK 0 0.97 0.33 0.16
HSL 320.48º 0.95% 0.43% -
HSV(B) 320.48º 0.97% 0.84% -
XYZ 32.75 16.41 27.43 -
YUV 83.81 161.41 220.86 -
System Red Green Blue C M Y K H S L
Decimal 214 6 143 0 0.97 0.33 0.16 320.48 0.95 0.43
Hex D6 6 8F 0 61 21 10 140 5F 2B
Octal 326 6 217 0 141 41 20 500 137 53
Binary 11010110 110 10001111 0 1100001 100001 10000 101000000 1011111 101011

Color Harmonies of #D6068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6068F

Black with #D6068F

Text Example


Text Example

White with #D6068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6068F; }

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

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

background-color css

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

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

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

border-color css

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

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

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