Html Css Color HEX #D4067F Medium Violet Red

📋 copy color: '#D4067F'

red 212 ◦ green 6 ◦ blue 127

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

Shades of Medium Violet Red #D4067F

Tints of Medium Violet Red #D4067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

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

R = 61.45%
G = 1.74%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4067F (or 0xD4067F) is known color: Medium Violet Red. HEX triplet: D4, 06 and 7F. RGB value is (212,6,127). Sum of RGB (Red+Green+Blue) = 212+6+127=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D4067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4067F is #2BF980. Grayscale: #515151. Windows color (decimal): -2881921 or 8324820. OLE color: 8324820.

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

Color convert

RGB 212 6 127 -
CMYK 0 0.97 0.40 0.17
HSL 324.76º 0.94% 0.43% -
HSV(B) 324.76º 0.97% 0.83% -
XYZ 31.05 15.66 21.46 -
YUV 81.39 153.75 221.16 -
System Red Green Blue C M Y K H S L
Decimal 212 6 127 0 0.97 0.40 0.17 324.76 0.94 0.43
Hex D4 6 7F 0 61 28 11 145 5E 2B
Octal 324 6 177 0 141 50 21 505 136 53
Binary 11010100 110 1111111 0 1100001 101000 10001 101000101 1011110 101011

Color Harmonies of #D4067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4067F

Black with #D4067F

Text Example


Text Example

White with #D4067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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