Html Css Color HEX #D7068A Medium Violet Red

📋 copy color: '#D7068A'

red 215 ◦ green 6 ◦ blue 138

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

Shades of Medium Violet Red #D7068A

Tints of Medium Violet Red #D7068A

RGB

 RED value IS 215 (84.38% from 255) = 59.89%

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

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

R = 59.89%
G = 1.67%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7068A (or 0xD7068A) is known color: Medium Violet Red. HEX triplet: D7, 06 and 8A. RGB value is (215,6,138). Sum of RGB (Red+Green+Blue) = 215+6+138=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D7068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7068A is #28F975. Grayscale: #535353. Windows color (decimal): -2685302 or 9045719. OLE color: 9045719.

HSL color Cylindrical-coordinate representation of color #D7068A: hue angle of 322.11º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7068A is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 6 138 -
CMYK 0 0.97 0.36 0.16
HSL 322.11º 0.95% 0.43% -
HSV(B) 322.11º 0.97% 0.84% -
XYZ 32.68 16.41 25.49 -
YUV 83.54 158.74 221.77 -
System Red Green Blue C M Y K H S L
Decimal 215 6 138 0 0.97 0.36 0.16 322.11 0.95 0.43
Hex D7 6 8A 0 61 24 10 142 5F 2B
Octal 327 6 212 0 141 44 20 502 137 53
Binary 11010111 110 10001010 0 1100001 100100 10000 101000010 1011111 101011

Color Harmonies of #D7068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7068A

Black with #D7068A

Text Example


Text Example

White with #D7068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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