Html Css Color HEX #D5008E Medium Violet Red

📋 copy color: '#D5008E'

red 213 ◦ green 0 ◦ blue 142

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

Shades of Medium Violet Red #D5008E

Tints of Medium Violet Red #D5008E

RGB

 RED value IS 213 (83.59% from 255) = 60%

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

 BLUE value IS 142 (55.86% from 255) = 40%

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5008E (or 0xD5008E) is known color: Medium Violet Red. HEX triplet: D5, 00 and 8E. RGB value is (213,0,142). Sum of RGB (Red+Green+Blue) = 213+0+142=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5008E is #2AFF71. Grayscale: #4F4F4F. Windows color (decimal): -2817906 or 9306325. OLE color: 9306325.

HSL color Cylindrical-coordinate representation of color #D5008E: hue angle of 320º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5008E is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 0 142 -
CMYK 0 1 0.33 0.16
HSL 320º 1% 0.42% -
HSV(B) 320º 1% 0.84% -
XYZ 32.32 16.1 27 -
YUV 79.88 163.07 222.95 -
System Red Green Blue C M Y K H S L
Decimal 213 0 142 0 1 0.33 0.16 320 1 0.42
Hex D5 0 8E 0 64 21 10 140 64 2A
Octal 325 0 216 0 144 41 20 500 144 52
Binary 11010101 0 10001110 0 1100100 100001 10000 101000000 1100100 101010

Color Harmonies of #D5008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5008E

Black with #D5008E

Text Example


Text Example

White with #D5008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5008E; }

 p { color: rgb(213,0,142); }

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

background-color css

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

 a { background-color: rgb(213,0,142); }

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

border-color css

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

 span { border-color: rgb(213,0,142); }

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