Html Css Color HEX #D5068A Medium Violet Red

📋 copy color: '#D5068A'

red 213 ◦ green 6 ◦ blue 138

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

Shades of Medium Violet Red #D5068A

Tints of Medium Violet Red #D5068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.66%

R = 59.66%
G = 1.68%
B = 38.66%

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

#D5068A (or 0xD5068A) is known color: Medium Violet Red. HEX triplet: D5, 06 and 8A. RGB value is (213,6,138). Sum of RGB (Red+Green+Blue) = 213+6+138=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5068A is #2AF975. Grayscale: #525252. Windows color (decimal): -2816374 or 9045717. OLE color: 9045717.

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

Color convert

RGB 213 6 138 -
CMYK 0 0.97 0.35 0.16
HSL 321.74º 0.95% 0.43% -
HSV(B) 321.74º 0.97% 0.84% -
XYZ 32.09 16.11 25.46 -
YUV 82.94 159.08 220.77 -
System Red Green Blue C M Y K H S L
Decimal 213 6 138 0 0.97 0.35 0.16 321.74 0.95 0.43
Hex D5 6 8A 0 61 23 10 142 5F 2B
Octal 325 6 212 0 141 43 20 502 137 53
Binary 11010101 110 10001010 0 1100001 100011 10000 101000010 1011111 101011

Color Harmonies of #D5068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5068A

Black with #D5068A

Text Example


Text Example

White with #D5068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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