Html Css Color HEX #D6068B Medium Violet Red

📋 copy color: '#D6068B'

red 214 ◦ green 6 ◦ blue 139

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

Shades of Medium Violet Red #D6068B

Tints of Medium Violet Red #D6068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 59.61%
G = 1.67%
B = 38.72%

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

#D6068B (or 0xD6068B) is known color: Medium Violet Red. HEX triplet: D6, 06 and 8B. RGB value is (214,6,139). Sum of RGB (Red+Green+Blue) = 214+6+139=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6068B is #29F974. Grayscale: #535353. Windows color (decimal): -2750837 or 9111254. OLE color: 9111254.

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

Color convert

RGB 214 6 139 -
CMYK 0 0.97 0.35 0.16
HSL 321.63º 0.95% 0.43% -
HSV(B) 321.63º 0.97% 0.84% -
XYZ 32.46 16.29 25.86 -
YUV 83.35 159.41 221.19 -
System Red Green Blue C M Y K H S L
Decimal 214 6 139 0 0.97 0.35 0.16 321.63 0.95 0.43
Hex D6 6 8B 0 61 23 10 142 5F 2B
Octal 326 6 213 0 141 43 20 502 137 53
Binary 11010110 110 10001011 0 1100001 100011 10000 101000010 1011111 101011

Color Harmonies of #D6068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6068B

Black with #D6068B

Text Example


Text Example

White with #D6068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6068B; }

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

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

background-color css

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

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

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

border-color css

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

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

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