Html Css Color HEX #D3069F Medium Violet Red

📋 copy color: '#D3069F'

red 211 ◦ green 6 ◦ blue 159

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

Shades of Medium Violet Red #D3069F

Tints of Medium Violet Red #D3069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.29%

R = 56.12%
G = 1.6%
B = 42.29%

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

#D3069F (or 0xD3069F) is known color: Medium Violet Red. HEX triplet: D3, 06 and 9F. RGB value is (211,6,159). Sum of RGB (Red+Green+Blue) = 211+6+159=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D3069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3069F is #2CF960. Grayscale: #545454. Windows color (decimal): -2947425 or 10421971. OLE color: 10421971.

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

Color convert

RGB 211 6 159 -
CMYK 0 0.97 0.25 0.17
HSL 315.22º 0.94% 0.43% -
HSV(B) 315.22º 0.97% 0.83% -
XYZ 33.19 16.48 34.23 -
YUV 84.74 169.92 218.06 -
System Red Green Blue C M Y K H S L
Decimal 211 6 159 0 0.97 0.25 0.17 315.22 0.94 0.43
Hex D3 6 9F 0 61 19 11 13B 5E 2B
Octal 323 6 237 0 141 31 21 473 136 53
Binary 11010011 110 10011111 0 1100001 11001 10001 100111011 1011110 101011

Color Harmonies of #D3069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3069F

Black with #D3069F

Text Example


Text Example

White with #D3069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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