Html Css Color HEX #D3069E Medium Violet Red

📋 copy color: '#D3069E'

red 211 ◦ green 6 ◦ blue 158

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

Shades of Medium Violet Red #D3069E

Tints of Medium Violet Red #D3069E

RGB

 RED value IS 211 (82.81% from 255) = 56.27%

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

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 56.27%
G = 1.6%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3069E (or 0xD3069E) is known color: Medium Violet Red. HEX triplet: D3, 06 and 9E. RGB value is (211,6,158). Sum of RGB (Red+Green+Blue) = 211+6+158=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D3069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3069E is #2CF961. Grayscale: #545454. Windows color (decimal): -2947426 or 10356435. OLE color: 10356435.

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

Color convert

RGB 211 6 158 -
CMYK 0 0.97 0.25 0.17
HSL 315.51º 0.94% 0.43% -
HSV(B) 315.51º 0.97% 0.83% -
XYZ 33.1 16.45 33.78 -
YUV 84.62 169.42 218.14 -
System Red Green Blue C M Y K H S L
Decimal 211 6 158 0 0.97 0.25 0.17 315.51 0.94 0.43
Hex D3 6 9E 0 61 19 11 13C 5E 2B
Octal 323 6 236 0 141 31 21 474 136 53
Binary 11010011 110 10011110 0 1100001 11001 10001 100111100 1011110 101011

Color Harmonies of #D3069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3069E

Black with #D3069E

Text Example


Text Example

White with #D3069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3069E; }

 p { color: rgb(211,6,158); }

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

background-color css

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

 a { background-color: rgb(211,6,158); }

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

border-color css

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

 span { border-color: rgb(211,6,158); }

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