Html Css Color HEX #D5068D Medium Violet Red

📋 copy color: '#D5068D'

red 213 ◦ green 6 ◦ blue 141

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

Shades of Medium Violet Red #D5068D

Tints of Medium Violet Red #D5068D

RGB

 RED value IS 213 (83.59% from 255) = 59.17%

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

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

R = 59.17%
G = 1.67%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5068D (or 0xD5068D) is known color: Medium Violet Red. HEX triplet: D5, 06 and 8D. RGB value is (213,6,141). Sum of RGB (Red+Green+Blue) = 213+6+141=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5068D is #2AF972. Grayscale: #525252. Windows color (decimal): -2816371 or 9242325. OLE color: 9242325.

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

Color convert

RGB 213 6 141 -
CMYK 0 0.97 0.34 0.16
HSL 320.87º 0.95% 0.43% -
HSV(B) 320.87º 0.97% 0.84% -
XYZ 32.31 16.2 26.62 -
YUV 83.28 160.58 220.52 -
System Red Green Blue C M Y K H S L
Decimal 213 6 141 0 0.97 0.34 0.16 320.87 0.95 0.43
Hex D5 6 8D 0 61 22 10 141 5F 2B
Octal 325 6 215 0 141 42 20 501 137 53
Binary 11010101 110 10001101 0 1100001 100010 10000 101000001 1011111 101011

Color Harmonies of #D5068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5068D

Black with #D5068D

Text Example


Text Example

White with #D5068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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