Html Css Color HEX #D01098 Medium Violet Red

📋 copy color: '#D01098'

red 208 ◦ green 16 ◦ blue 152

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

Shades of Medium Violet Red #D01098

Tints of Medium Violet Red #D01098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.26%

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 55.32%
G = 4.26%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D01098 (or 0xD01098) is known color: Medium Violet Red. HEX triplet: D0, 10 and 98. RGB value is (208,16,152). Sum of RGB (Red+Green+Blue) = 208+16+152=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D01098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01098 is #2FEF67. Grayscale: #585858. Windows color (decimal): -3141480 or 9965776. OLE color: 9965776.

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

Color convert

RGB 208 16 152 -
CMYK 0 0.92 0.27 0.18
HSL 317.5º 0.86% 0.44% -
HSV(B) 317.5º 0.92% 0.82% -
XYZ 31.87 16.05 31.12 -
YUV 88.91 163.61 212.94 -
System Red Green Blue C M Y K H S L
Decimal 208 16 152 0 0.92 0.27 0.18 317.5 0.86 0.44
Hex D0 10 98 0 5C 1B 12 13E 56 2C
Octal 320 20 230 0 134 33 22 476 126 54
Binary 11010000 10000 10011000 0 1011100 11011 10010 100111110 1010110 101100

Color Harmonies of #D01098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01098

Black with #D01098

Text Example


Text Example

White with #D01098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01098; }

 p { color: rgb(208,16,152); }

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

background-color css

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

 a { background-color: rgb(208,16,152); }

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

border-color css

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

 span { border-color: rgb(208,16,152); }

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