Html Css Color HEX #D9067D Medium Violet Red

📋 copy color: '#D9067D'

red 217 ◦ green 6 ◦ blue 125

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

Shades of Medium Violet Red #D9067D

Tints of Medium Violet Red #D9067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 62.36%
G = 1.72%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9067D (or 0xD9067D) is known color: Medium Violet Red. HEX triplet: D9, 06 and 7D. RGB value is (217,6,125). Sum of RGB (Red+Green+Blue) = 217+6+125=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9067D is #26F982. Grayscale: #525252. Windows color (decimal): -2554243 or 8193753. OLE color: 8193753.

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

Color convert

RGB 217 6 125 -
CMYK 0 0.97 0.42 0.15
HSL 326.16º 0.95% 0.44% -
HSV(B) 326.16º 0.97% 0.85% -
XYZ 32.38 16.36 20.85 -
YUV 82.66 151.9 223.82 -
System Red Green Blue C M Y K H S L
Decimal 217 6 125 0 0.97 0.42 0.15 326.16 0.95 0.44
Hex D9 6 7D 0 61 2A F 146 5F 2C
Octal 331 6 175 0 141 52 17 506 137 54
Binary 11011001 110 1111101 0 1100001 101010 1111 101000110 1011111 101100

Color Harmonies of #D9067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9067D

Black with #D9067D

Text Example


Text Example

White with #D9067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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