Html Css Color HEX #D4207F Medium Violet Red

📋 copy color: '#D4207F'

red 212 ◦ green 32 ◦ blue 127

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

Shades of Medium Violet Red #D4207F

Tints of Medium Violet Red #D4207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.63%

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

R = 57.14%
G = 8.63%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4207F (or 0xD4207F) is known color: Medium Violet Red. HEX triplet: D4, 20 and 7F. RGB value is (212,32,127). Sum of RGB (Red+Green+Blue) = 212+32+127=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4207F is #2BDF80. Grayscale: #606060. Windows color (decimal): -2875265 or 8331476. OLE color: 8331476.

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

Color convert

RGB 212 32 127 -
CMYK 0 0.85 0.40 0.17
HSL 328.33º 0.74% 0.48% -
HSV(B) 328.33º 0.85% 0.83% -
XYZ 31.5 16.56 21.62 -
YUV 96.65 145.13 210.28 -
System Red Green Blue C M Y K H S L
Decimal 212 32 127 0 0.85 0.40 0.17 328.33 0.74 0.48
Hex D4 20 7F 0 55 28 11 148 4A 30
Octal 324 40 177 0 125 50 21 510 112 60
Binary 11010100 100000 1111111 0 1010101 101000 10001 101001000 1001010 110000

Color Harmonies of #D4207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4207F

Black with #D4207F

Text Example


Text Example

White with #D4207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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