Html Css Color HEX #D3068A Medium Violet Red

📋 copy color: '#D3068A'

red 211 ◦ green 6 ◦ blue 138

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

Shades of Medium Violet Red #D3068A

Tints of Medium Violet Red #D3068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 59.44%
G = 1.69%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3068A (or 0xD3068A) is known color: Medium Violet Red. HEX triplet: D3, 06 and 8A. RGB value is (211,6,138). Sum of RGB (Red+Green+Blue) = 211+6+138=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3068A is #2CF975. Grayscale: #525252. Windows color (decimal): -2947446 or 9045715. OLE color: 9045715.

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

Color convert

RGB 211 6 138 -
CMYK 0 0.97 0.35 0.17
HSL 321.37º 0.94% 0.43% -
HSV(B) 321.37º 0.97% 0.83% -
XYZ 31.52 15.81 25.44 -
YUV 82.34 159.42 219.77 -
System Red Green Blue C M Y K H S L
Decimal 211 6 138 0 0.97 0.35 0.17 321.37 0.94 0.43
Hex D3 6 8A 0 61 23 11 141 5E 2B
Octal 323 6 212 0 141 43 21 501 136 53
Binary 11010011 110 10001010 0 1100001 100011 10001 101000001 1011110 101011

Color Harmonies of #D3068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3068A

Black with #D3068A

Text Example


Text Example

White with #D3068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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