Html Css Color HEX #D4069A Medium Violet Red

📋 copy color: '#D4069A'

red 212 ◦ green 6 ◦ blue 154

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

Shades of Medium Violet Red #D4069A

Tints of Medium Violet Red #D4069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.4%

R = 56.99%
G = 1.61%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4069A (or 0xD4069A) is known color: Medium Violet Red. HEX triplet: D4, 06 and 9A. RGB value is (212,6,154). Sum of RGB (Red+Green+Blue) = 212+6+154=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D4069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4069A is #2BF965. Grayscale: #545454. Windows color (decimal): -2881894 or 10094292. OLE color: 10094292.

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

Color convert

RGB 212 6 154 -
CMYK 0 0.97 0.27 0.17
HSL 316.89º 0.94% 0.43% -
HSV(B) 316.89º 0.97% 0.83% -
XYZ 33.05 16.46 32.01 -
YUV 84.47 167.25 218.97 -
System Red Green Blue C M Y K H S L
Decimal 212 6 154 0 0.97 0.27 0.17 316.89 0.94 0.43
Hex D4 6 9A 0 61 1B 11 13D 5E 2B
Octal 324 6 232 0 141 33 21 475 136 53
Binary 11010100 110 10011010 0 1100001 11011 10001 100111101 1011110 101011

Color Harmonies of #D4069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4069A

Black with #D4069A

Text Example


Text Example

White with #D4069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4069A; }

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

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

background-color css

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

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

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

border-color css

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

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

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