Html Css Color HEX #D0167A Medium Violet Red

📋 copy color: '#D0167A'

red 208 ◦ green 22 ◦ blue 122

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

Shades of Medium Violet Red #D0167A

Tints of Medium Violet Red #D0167A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.25%

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

R = 59.09%
G = 6.25%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0167A (or 0xD0167A) is known color: Medium Violet Red. HEX triplet: D0, 16 and 7A. RGB value is (208,22,122). Sum of RGB (Red+Green+Blue) = 208+22+122=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0167A is #2FE985. Grayscale: #585858. Windows color (decimal): -3139974 or 8001232. OLE color: 8001232.

HSL color Cylindrical-coordinate representation of color #D0167A: hue angle of 327.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0167A is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 22 122 -
CMYK 0 0.89 0.41 0.18
HSL 327.74º 0.81% 0.45% -
HSV(B) 327.74º 0.89% 0.82% -
XYZ 29.81 15.39 19.81 -
YUV 89.01 146.62 212.87 -
System Red Green Blue C M Y K H S L
Decimal 208 22 122 0 0.89 0.41 0.18 327.74 0.81 0.45
Hex D0 16 7A 0 59 29 12 148 51 2D
Octal 320 26 172 0 131 51 22 510 121 55
Binary 11010000 10110 1111010 0 1011001 101001 10010 101001000 1010001 101101

Color Harmonies of #D0167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0167A

Black with #D0167A

Text Example


Text Example

White with #D0167A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0167A; }

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

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

background-color css

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

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

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

border-color css

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

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

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