Html Css Color HEX #D9008A Medium Violet Red

📋 copy color: '#D9008A'

red 217 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #D9008A

Tints of Medium Violet Red #D9008A

RGB

 RED value IS 217 (85.16% from 255) = 61.13%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 61.13%
G = 0%
B = 38.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9008A (or 0xD9008A) is known color: Medium Violet Red. HEX triplet: D9, 00 and 8A. RGB value is (217,0,138). Sum of RGB (Red+Green+Blue) = 217+0+138=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D9008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9008A is #26FF75. Grayscale: #505050. Windows color (decimal): -2555766 or 9044185. OLE color: 9044185.

HSL color Cylindrical-coordinate representation of color #D9008A: hue angle of 321.84º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9008A is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 0 138 -
CMYK 0 1 0.36 0.15
HSL 321.84º 1% 0.43% -
HSV(B) 321.84º 1% 0.85% -
XYZ 33.2 16.59 25.5 -
YUV 80.62 160.39 225.28 -
System Red Green Blue C M Y K H S L
Decimal 217 0 138 0 1 0.36 0.15 321.84 1 0.43
Hex D9 0 8A 0 64 24 F 142 64 2B
Octal 331 0 212 0 144 44 17 502 144 53
Binary 11011001 0 10001010 0 1100100 100100 1111 101000010 1100100 101011

Color Harmonies of #D9008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9008A

Black with #D9008A

Text Example


Text Example

White with #D9008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9008A; }

 p { color: rgb(217,0,138); }

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

background-color css

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

 a { background-color: rgb(217,0,138); }

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

border-color css

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

 span { border-color: rgb(217,0,138); }

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