Html Css Color HEX #D4087F Medium Violet Red

📋 copy color: '#D4087F'

red 212 ◦ green 8 ◦ blue 127

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

Shades of Medium Violet Red #D4087F

Tints of Medium Violet Red #D4087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

 BLUE value IS 127 (50% from 255) = 36.6%

R = 61.1%
G = 2.31%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4087F (or 0xD4087F) is known color: Medium Violet Red. HEX triplet: D4, 08 and 7F. RGB value is (212,8,127). Sum of RGB (Red+Green+Blue) = 212+8+127=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D4087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4087F is #2BF780. Grayscale: #525252. Windows color (decimal): -2881409 or 8325332. OLE color: 8325332.

HSL color Cylindrical-coordinate representation of color #D4087F: hue angle of 325º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4087F is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 8 127 -
CMYK 0 0.96 0.40 0.17
HSL 325º 0.93% 0.43% -
HSV(B) 325º 0.96% 0.83% -
XYZ 31.07 15.7 21.47 -
YUV 82.56 153.09 220.32 -
System Red Green Blue C M Y K H S L
Decimal 212 8 127 0 0.96 0.40 0.17 325 0.93 0.43
Hex D4 8 7F 0 60 28 11 145 5D 2B
Octal 324 10 177 0 140 50 21 505 135 53
Binary 11010100 1000 1111111 0 1100000 101000 10001 101000101 1011101 101011

Color Harmonies of #D4087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4087F

Black with #D4087F

Text Example


Text Example

White with #D4087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4087F; }

 p { color: rgb(212,8,127); }

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

background-color css

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

 a { background-color: rgb(212,8,127); }

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

border-color css

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

 span { border-color: rgb(212,8,127); }

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