Html Css Color HEX #D01874 Medium Violet Red

📋 copy color: '#D01874'

red 208 ◦ green 24 ◦ blue 116

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

Shades of Medium Violet Red #D01874

Tints of Medium Violet Red #D01874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.9%

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

R = 59.77%
G = 6.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D01874 (or 0xD01874) is known color: Medium Violet Red. HEX triplet: D0, 18 and 74. RGB value is (208,24,116). Sum of RGB (Red+Green+Blue) = 208+24+116=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D01874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01874 is #2FE78B. Grayscale: #595959. Windows color (decimal): -3139468 or 7608528. OLE color: 7608528.

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

Color convert

RGB 208 24 116 -
CMYK 0 0.88 0.44 0.18
HSL 330º 0.79% 0.45% -
HSV(B) 330º 0.88% 0.82% -
XYZ 29.49 15.32 17.93 -
YUV 89.5 142.96 212.52 -
System Red Green Blue C M Y K H S L
Decimal 208 24 116 0 0.88 0.44 0.18 330 0.79 0.45
Hex D0 18 74 0 58 2C 12 14A 4F 2D
Octal 320 30 164 0 130 54 22 512 117 55
Binary 11010000 11000 1110100 0 1011000 101100 10010 101001010 1001111 101101

Color Harmonies of #D01874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01874

Black with #D01874

Text Example


Text Example

White with #D01874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01874; }

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

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

background-color css

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

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

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

border-color css

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

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

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