Html Css Color HEX #D0067A Medium Violet Red

📋 copy color: '#D0067A'

red 208 ◦ green 6 ◦ blue 122

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

Shades of Medium Violet Red #D0067A

Tints of Medium Violet Red #D0067A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.31%

R = 61.9%
G = 1.79%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0067A (or 0xD0067A) is known color: Medium Violet Red. HEX triplet: D0, 06 and 7A. RGB value is (208,6,122). Sum of RGB (Red+Green+Blue) = 208+6+122=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D0067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0067A is #2FF985. Grayscale: #4F4F4F. Windows color (decimal): -3144070 or 7997136. OLE color: 7997136.

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

Color convert

RGB 208 6 122 -
CMYK 0 0.97 0.41 0.18
HSL 325.54º 0.94% 0.42% -
HSV(B) 325.54º 0.97% 0.82% -
XYZ 29.59 14.95 19.74 -
YUV 79.62 151.92 219.57 -
System Red Green Blue C M Y K H S L
Decimal 208 6 122 0 0.97 0.41 0.18 325.54 0.94 0.42
Hex D0 6 7A 0 61 29 12 146 5E 2A
Octal 320 6 172 0 141 51 22 506 136 52
Binary 11010000 110 1111010 0 1100001 101001 10010 101000110 1011110 101010

Color Harmonies of #D0067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0067A

Black with #D0067A

Text Example


Text Example

White with #D0067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0067A; }

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

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

background-color css

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

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

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

border-color css

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

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

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