Html Css Color HEX #D0067D Medium Violet Red

📋 copy color: '#D0067D'

red 208 ◦ green 6 ◦ blue 125

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

Shades of Medium Violet Red #D0067D

Tints of Medium Violet Red #D0067D

RGB

 RED value IS 208 (81.64% from 255) = 61.36%

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

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

R = 61.36%
G = 1.77%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0067D (or 0xD0067D) is known color: Medium Violet Red. HEX triplet: D0, 06 and 7D. RGB value is (208,6,125). Sum of RGB (Red+Green+Blue) = 208+6+125=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0067D is #2FF982. Grayscale: #4F4F4F. Windows color (decimal): -3144067 or 8193744. OLE color: 8193744.

HSL color Cylindrical-coordinate representation of color #D0067D: hue angle of 324.65º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0067D is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 6 125 -
CMYK 0 0.97 0.40 0.18
HSL 324.65º 0.94% 0.42% -
HSV(B) 324.65º 0.97% 0.82% -
XYZ 29.78 15.02 20.73 -
YUV 79.96 153.42 219.32 -
System Red Green Blue C M Y K H S L
Decimal 208 6 125 0 0.97 0.40 0.18 324.65 0.94 0.42
Hex D0 6 7D 0 61 28 12 145 5E 2A
Octal 320 6 175 0 141 50 22 505 136 52
Binary 11010000 110 1111101 0 1100001 101000 10010 101000101 1011110 101010

Color Harmonies of #D0067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0067D

Black with #D0067D

Text Example


Text Example

White with #D0067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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