Html Css Color HEX #D4067B Medium Violet Red

📋 copy color: '#D4067B'

red 212 ◦ green 6 ◦ blue 123

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

Shades of Medium Violet Red #D4067B

Tints of Medium Violet Red #D4067B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.07%

R = 62.17%
G = 1.76%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4067B (or 0xD4067B) is known color: Medium Violet Red. HEX triplet: D4, 06 and 7B. RGB value is (212,6,123). Sum of RGB (Red+Green+Blue) = 212+6+123=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4067B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4067B is #2BF984. Grayscale: #505050. Windows color (decimal): -2881925 or 8062676. OLE color: 8062676.

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

Color convert

RGB 212 6 123 -
CMYK 0 0.97 0.42 0.17
HSL 325.92º 0.94% 0.43% -
HSV(B) 325.92º 0.97% 0.83% -
XYZ 30.79 15.56 20.12 -
YUV 80.93 151.75 221.49 -
System Red Green Blue C M Y K H S L
Decimal 212 6 123 0 0.97 0.42 0.17 325.92 0.94 0.43
Hex D4 6 7B 0 61 2A 11 146 5E 2B
Octal 324 6 173 0 141 52 21 506 136 53
Binary 11010100 110 1111011 0 1100001 101010 10001 101000110 1011110 101011

Color Harmonies of #D4067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4067B

Black with #D4067B

Text Example


Text Example

White with #D4067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4067B; }

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

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

background-color css

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

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

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

border-color css

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

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

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