Html Css Color HEX #D5007C Medium Violet Red

📋 copy color: '#D5007C'

red 213 ◦ green 0 ◦ blue 124

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

Shades of Medium Violet Red #D5007C

Tints of Medium Violet Red #D5007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 63.2%
G = 0%
B = 36.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5007C (or 0xD5007C) is known color: Medium Violet Red. HEX triplet: D5, 00 and 7C. RGB value is (213,0,124). Sum of RGB (Red+Green+Blue) = 213+0+124=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D5007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5007C is #2AFF83. Grayscale: #4D4D4D. Windows color (decimal): -2817924 or 8126677. OLE color: 8126677.

HSL color Cylindrical-coordinate representation of color #D5007C: hue angle of 325.07º 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 #D5007C is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 0 124 -
CMYK 0 1 0.42 0.16
HSL 325.07º 1% 0.42% -
HSV(B) 325.07º 1% 0.84% -
XYZ 31.08 15.6 20.44 -
YUV 77.82 154.07 224.42 -
System Red Green Blue C M Y K H S L
Decimal 213 0 124 0 1 0.42 0.16 325.07 1 0.42
Hex D5 0 7C 0 64 2A 10 145 64 2A
Octal 325 0 174 0 144 52 20 505 144 52
Binary 11010101 0 1111100 0 1100100 101010 10000 101000101 1100100 101010

Color Harmonies of #D5007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5007C

Black with #D5007C

Text Example


Text Example

White with #D5007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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