Html Css Color HEX #D4067D Medium Violet Red

📋 copy color: '#D4067D'

red 212 ◦ green 6 ◦ blue 125

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

Shades of Medium Violet Red #D4067D

Tints of Medium Violet Red #D4067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.44%

R = 61.81%
G = 1.75%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4067D (or 0xD4067D) is known color: Medium Violet Red. HEX triplet: D4, 06 and 7D. RGB value is (212,6,125). Sum of RGB (Red+Green+Blue) = 212+6+125=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4067D is #2BF982. Grayscale: #505050. Windows color (decimal): -2881923 or 8193748. OLE color: 8193748.

HSL color Cylindrical-coordinate representation of color #D4067D: hue angle of 325.34º 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 #D4067D is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 6 125 -
CMYK 0 0.97 0.41 0.17
HSL 325.34º 0.94% 0.43% -
HSV(B) 325.34º 0.97% 0.83% -
XYZ 30.92 15.61 20.79 -
YUV 81.16 152.75 221.32 -
System Red Green Blue C M Y K H S L
Decimal 212 6 125 0 0.97 0.41 0.17 325.34 0.94 0.43
Hex D4 6 7D 0 61 29 11 145 5E 2B
Octal 324 6 175 0 141 51 21 505 136 53
Binary 11010100 110 1111101 0 1100001 101001 10001 101000101 1011110 101011

Color Harmonies of #D4067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4067D

Black with #D4067D

Text Example


Text Example

White with #D4067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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