Html Css Color HEX #D40093 Medium Violet Red

📋 copy color: '#D40093'

red 212 ◦ green 0 ◦ blue 147

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

Shades of Medium Violet Red #D40093

Tints of Medium Violet Red #D40093

RGB

 RED value IS 212 (83.2% from 255) = 59.05%

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

 BLUE value IS 147 (57.81% from 255) = 40.95%

R = 59.05%
G = 0%
B = 40.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D40093 (or 0xD40093) is known color: Medium Violet Red. HEX triplet: D4, 00 and 93. RGB value is (212,0,147). Sum of RGB (Red+Green+Blue) = 212+0+147=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D40093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40093 is #2BFF6C. Grayscale: #4F4F4F. Windows color (decimal): -2883437 or 9634004. OLE color: 9634004.

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

Color convert

RGB 212 0 147 -
CMYK 0 1 0.31 0.17
HSL 318.4º 1% 0.42% -
HSV(B) 318.4º 1% 0.83% -
XYZ 32.42 16.1 29 -
YUV 80.15 165.74 222.05 -
System Red Green Blue C M Y K H S L
Decimal 212 0 147 0 1 0.31 0.17 318.4 1 0.42
Hex D4 0 93 0 64 1F 11 13E 64 2A
Octal 324 0 223 0 144 37 21 476 144 52
Binary 11010100 0 10010011 0 1100100 11111 10001 100111110 1100100 101010

Color Harmonies of #D40093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40093

Black with #D40093

Text Example


Text Example

White with #D40093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40093; }

 p { color: rgb(212,0,147); }

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

background-color css

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

 a { background-color: rgb(212,0,147); }

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

border-color css

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

 span { border-color: rgb(212,0,147); }

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