Html Css Color HEX #D00998 Medium Violet Red

📋 copy color: '#D00998'

red 208 ◦ green 9 ◦ blue 152

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

Shades of Medium Violet Red #D00998

Tints of Medium Violet Red #D00998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.44%

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

R = 56.37%
G = 2.44%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D00998 (or 0xD00998) is known color: Medium Violet Red. HEX triplet: D0, 09 and 98. RGB value is (208,9,152). Sum of RGB (Red+Green+Blue) = 208+9+152=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D00998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00998 is #2FF667. Grayscale: #545454. Windows color (decimal): -3143272 or 9963984. OLE color: 9963984.

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

Color convert

RGB 208 9 152 -
CMYK 0 0.96 0.27 0.18
HSL 316.88º 0.92% 0.43% -
HSV(B) 316.88º 0.96% 0.82% -
XYZ 31.78 15.87 31.09 -
YUV 84.8 165.93 215.87 -
System Red Green Blue C M Y K H S L
Decimal 208 9 152 0 0.96 0.27 0.18 316.88 0.92 0.43
Hex D0 9 98 0 60 1B 12 13D 5C 2B
Octal 320 11 230 0 140 33 22 475 134 53
Binary 11010000 1001 10011000 0 1100000 11011 10010 100111101 1011100 101011

Color Harmonies of #D00998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00998

Black with #D00998

Text Example


Text Example

White with #D00998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00998; }

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

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

background-color css

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

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

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

border-color css

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

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

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