Html Css Color HEX #D6069A Medium Violet Red

📋 copy color: '#D6069A'

red 214 ◦ green 6 ◦ blue 154

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

Shades of Medium Violet Red #D6069A

Tints of Medium Violet Red #D6069A

RGB

 RED value IS 214 (83.98% from 255) = 57.22%

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

 BLUE value IS 154 (60.55% from 255) = 41.18%

R = 57.22%
G = 1.6%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6069A (or 0xD6069A) is known color: Medium Violet Red. HEX triplet: D6, 06 and 9A. RGB value is (214,6,154). Sum of RGB (Red+Green+Blue) = 214+6+154=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6069A is #29F965. Grayscale: #545454. Windows color (decimal): -2750822 or 10094294. OLE color: 10094294.

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

Color convert

RGB 214 6 154 -
CMYK 0 0.97 0.28 0.16
HSL 317.31º 0.95% 0.43% -
HSV(B) 317.31º 0.97% 0.84% -
XYZ 33.63 16.76 32.03 -
YUV 85.06 166.91 219.97 -
System Red Green Blue C M Y K H S L
Decimal 214 6 154 0 0.97 0.28 0.16 317.31 0.95 0.43
Hex D6 6 9A 0 61 1C 10 13D 5F 2B
Octal 326 6 232 0 141 34 20 475 137 53
Binary 11010110 110 10011010 0 1100001 11100 10000 100111101 1011111 101011

Color Harmonies of #D6069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6069A

Black with #D6069A

Text Example


Text Example

White with #D6069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6069A; }

 p { color: rgb(214,6,154); }

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

background-color css

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

 a { background-color: rgb(214,6,154); }

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

border-color css

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

 span { border-color: rgb(214,6,154); }

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