Html Css Color HEX #D6068C Medium Violet Red

📋 copy color: '#D6068C'

red 214 ◦ green 6 ◦ blue 140

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

Shades of Medium Violet Red #D6068C

Tints of Medium Violet Red #D6068C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 59.44%
G = 1.67%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6068C (or 0xD6068C) is known color: Medium Violet Red. HEX triplet: D6, 06 and 8C. RGB value is (214,6,140). Sum of RGB (Red+Green+Blue) = 214+6+140=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6068C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6068C is #29F973. Grayscale: #535353. Windows color (decimal): -2750836 or 9176790. OLE color: 9176790.

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

Color convert

RGB 214 6 140 -
CMYK 0 0.97 0.35 0.16
HSL 321.35º 0.95% 0.43% -
HSV(B) 321.35º 0.97% 0.84% -
XYZ 32.53 16.32 26.25 -
YUV 83.47 159.91 221.1 -
System Red Green Blue C M Y K H S L
Decimal 214 6 140 0 0.97 0.35 0.16 321.35 0.95 0.43
Hex D6 6 8C 0 61 23 10 141 5F 2B
Octal 326 6 214 0 141 43 20 501 137 53
Binary 11010110 110 10001100 0 1100001 100011 10000 101000001 1011111 101011

Color Harmonies of #D6068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6068C

Black with #D6068C

Text Example


Text Example

White with #D6068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6068C; }

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

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

background-color css

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

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

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

border-color css

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

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

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