Html Css Color HEX #D4018B Medium Violet Red

📋 copy color: '#D4018B'

red 212 ◦ green 1 ◦ blue 139

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

Shades of Medium Violet Red #D4018B

Tints of Medium Violet Red #D4018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 139 (54.69% from 255) = 39.49%

R = 60.23%
G = 0.28%
B = 39.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4018B (or 0xD4018B) is known color: Medium Violet Red. HEX triplet: D4, 01 and 8B. RGB value is (212,1,139). Sum of RGB (Red+Green+Blue) = 212+1+139=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D4018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4018B is #2BFE74. Grayscale: #4F4F4F. Windows color (decimal): -2883189 or 9109972. OLE color: 9109972.

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

Color convert

RGB 212 1 139 -
CMYK 0 1.00 0.34 0.17
HSL 320.76º 0.99% 0.42% -
HSV(B) 320.76º 1% 0.83% -
XYZ 31.82 15.88 25.81 -
YUV 79.82 161.4 222.28 -
System Red Green Blue C M Y K H S L
Decimal 212 1 139 0 1.00 0.34 0.17 320.76 0.99 0.42
Hex D4 1 8B 0 64 22 11 141 63 2A
Octal 324 1 213 0 144 42 21 501 143 52
Binary 11010100 1 10001011 0 1100100 100010 10001 101000001 1100011 101010

Color Harmonies of #D4018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4018B

Black with #D4018B

Text Example


Text Example

White with #D4018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4018B; }

 p { color: rgb(212,1,139); }

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

background-color css

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

 a { background-color: rgb(212,1,139); }

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

border-color css

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

 span { border-color: rgb(212,1,139); }

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