Html Css Color HEX #D01674 Medium Violet Red

📋 copy color: '#D01674'

red 208 ◦ green 22 ◦ blue 116

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

Shades of Medium Violet Red #D01674

Tints of Medium Violet Red #D01674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 60.12%
G = 6.36%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D01674 (or 0xD01674) is known color: Medium Violet Red. HEX triplet: D0, 16 and 74. RGB value is (208,22,116). Sum of RGB (Red+Green+Blue) = 208+22+116=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D01674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01674 is #2FE98B. Grayscale: #585858. Windows color (decimal): -3139980 or 7608016. OLE color: 7608016.

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

Color convert

RGB 208 22 116 -
CMYK 0 0.89 0.44 0.18
HSL 329.68º 0.81% 0.45% -
HSV(B) 329.68º 0.89% 0.82% -
XYZ 29.45 15.24 17.91 -
YUV 88.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 208 22 116 0 0.89 0.44 0.18 329.68 0.81 0.45
Hex D0 16 74 0 59 2C 12 14A 51 2D
Octal 320 26 164 0 131 54 22 512 121 55
Binary 11010000 10110 1110100 0 1011001 101100 10010 101001010 1010001 101101

Color Harmonies of #D01674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01674

Black with #D01674

Text Example


Text Example

White with #D01674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01674; }

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

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

background-color css

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

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

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

border-color css

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

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

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