Html Css Color HEX #D3068B Medium Violet Red

📋 copy color: '#D3068B'

red 211 ◦ green 6 ◦ blue 139

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

Shades of Medium Violet Red #D3068B

Tints of Medium Violet Red #D3068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 59.27%
G = 1.69%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3068B (or 0xD3068B) is known color: Medium Violet Red. HEX triplet: D3, 06 and 8B. RGB value is (211,6,139). Sum of RGB (Red+Green+Blue) = 211+6+139=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D3068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3068B is #2CF974. Grayscale: #525252. Windows color (decimal): -2947445 or 9111251. OLE color: 9111251.

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

Color convert

RGB 211 6 139 -
CMYK 0 0.97 0.34 0.17
HSL 321.07º 0.94% 0.43% -
HSV(B) 321.07º 0.97% 0.83% -
XYZ 31.59 15.84 25.82 -
YUV 82.46 159.92 219.69 -
System Red Green Blue C M Y K H S L
Decimal 211 6 139 0 0.97 0.34 0.17 321.07 0.94 0.43
Hex D3 6 8B 0 61 22 11 141 5E 2B
Octal 323 6 213 0 141 42 21 501 136 53
Binary 11010011 110 10001011 0 1100001 100010 10001 101000001 1011110 101011

Color Harmonies of #D3068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3068B

Black with #D3068B

Text Example


Text Example

White with #D3068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3068B; }

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

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

background-color css

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

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

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

border-color css

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

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

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