Html Css Color HEX #D00488 Medium Violet Red

📋 copy color: '#D00488'

red 208 ◦ green 4 ◦ blue 136

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

Shades of Medium Violet Red #D00488

Tints of Medium Violet Red #D00488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 136 (53.52% from 255) = 39.08%

R = 59.77%
G = 1.15%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D00488 (or 0xD00488) is known color: Medium Violet Red. HEX triplet: D0, 04 and 88. RGB value is (208,4,136). Sum of RGB (Red+Green+Blue) = 208+4+136=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D00488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00488 is #2FFB77. Grayscale: #4F4F4F. Windows color (decimal): -3144568 or 8914128. OLE color: 8914128.

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

Color convert

RGB 208 4 136 -
CMYK 0 0.98 0.35 0.18
HSL 321.18º 0.96% 0.42% -
HSV(B) 321.18º 0.98% 0.82% -
XYZ 30.5 15.27 24.63 -
YUV 80.04 159.59 219.27 -
System Red Green Blue C M Y K H S L
Decimal 208 4 136 0 0.98 0.35 0.18 321.18 0.96 0.42
Hex D0 4 88 0 62 23 12 141 60 2A
Octal 320 4 210 0 142 43 22 501 140 52
Binary 11010000 100 10001000 0 1100010 100011 10010 101000001 1100000 101010

Color Harmonies of #D00488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00488

Black with #D00488

Text Example


Text Example

White with #D00488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00488; }

 p { color: rgb(208,4,136); }

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

background-color css

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

 a { background-color: rgb(208,4,136); }

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

border-color css

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

 span { border-color: rgb(208,4,136); }

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