Html Css Color HEX #D01894 Medium Violet Red

📋 copy color: '#D01894'

red 208 ◦ green 24 ◦ blue 148

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

Shades of Medium Violet Red #D01894

Tints of Medium Violet Red #D01894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.95%

R = 54.74%
G = 6.32%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D01894 (or 0xD01894) is known color: Medium Violet Red. HEX triplet: D0, 18 and 94. RGB value is (208,24,148). Sum of RGB (Red+Green+Blue) = 208+24+148=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D01894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01894 is #2FE76B. Grayscale: #5C5C5C. Windows color (decimal): -3139436 or 9705680. OLE color: 9705680.

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

Color convert

RGB 208 24 148 -
CMYK 0 0.88 0.29 0.18
HSL 319.57º 0.79% 0.45% -
HSV(B) 319.57º 0.88% 0.82% -
XYZ 31.68 16.2 29.47 -
YUV 93.15 158.96 209.92 -
System Red Green Blue C M Y K H S L
Decimal 208 24 148 0 0.88 0.29 0.18 319.57 0.79 0.45
Hex D0 18 94 0 58 1D 12 140 4F 2D
Octal 320 30 224 0 130 35 22 500 117 55
Binary 11010000 11000 10010100 0 1011000 11101 10010 101000000 1001111 101101

Color Harmonies of #D01894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01894

Black with #D01894

Text Example


Text Example

White with #D01894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01894; }

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

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

background-color css

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

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

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

border-color css

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

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

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