Html Css Color HEX #D9068A Medium Violet Red

📋 copy color: '#D9068A'

red 217 ◦ green 6 ◦ blue 138

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

Shades of Medium Violet Red #D9068A

Tints of Medium Violet Red #D9068A

RGB

 RED value IS 217 (85.16% from 255) = 60.11%

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

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

R = 60.11%
G = 1.66%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9068A (or 0xD9068A) is known color: Medium Violet Red. HEX triplet: D9, 06 and 8A. RGB value is (217,6,138). Sum of RGB (Red+Green+Blue) = 217+6+138=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9068A is #26F975. Grayscale: #535353. Windows color (decimal): -2554230 or 9045721. OLE color: 9045721.

HSL color Cylindrical-coordinate representation of color #D9068A: hue angle of 322.46º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9068A is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 6 138 -
CMYK 0 0.97 0.36 0.15
HSL 322.46º 0.95% 0.44% -
HSV(B) 322.46º 0.97% 0.85% -
XYZ 33.27 16.72 25.52 -
YUV 84.14 158.4 222.77 -
System Red Green Blue C M Y K H S L
Decimal 217 6 138 0 0.97 0.36 0.15 322.46 0.95 0.44
Hex D9 6 8A 0 61 24 F 142 5F 2C
Octal 331 6 212 0 141 44 17 502 137 54
Binary 11011001 110 10001010 0 1100001 100100 1111 101000010 1011111 101100

Color Harmonies of #D9068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9068A

Black with #D9068A

Text Example


Text Example

White with #D9068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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