Html Css Color HEX #D6069B Medium Violet Red

📋 copy color: '#D6069B'

red 214 ◦ green 6 ◦ blue 155

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

Shades of Medium Violet Red #D6069B

Tints of Medium Violet Red #D6069B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 57.07%
G = 1.6%
B = 41.33%

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

#D6069B (or 0xD6069B) is known color: Medium Violet Red. HEX triplet: D6, 06 and 9B. RGB value is (214,6,155). Sum of RGB (Red+Green+Blue) = 214+6+155=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6069B is #29F964. Grayscale: #545454. Windows color (decimal): -2750821 or 10159830. OLE color: 10159830.

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

Color convert

RGB 214 6 155 -
CMYK 0 0.97 0.28 0.16
HSL 317.02º 0.95% 0.43% -
HSV(B) 317.02º 0.97% 0.84% -
XYZ 33.71 16.79 32.47 -
YUV 85.18 167.41 219.88 -
System Red Green Blue C M Y K H S L
Decimal 214 6 155 0 0.97 0.28 0.16 317.02 0.95 0.43
Hex D6 6 9B 0 61 1C 10 13D 5F 2B
Octal 326 6 233 0 141 34 20 475 137 53
Binary 11010110 110 10011011 0 1100001 11100 10000 100111101 1011111 101011

Color Harmonies of #D6069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6069B

Black with #D6069B

Text Example


Text Example

White with #D6069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6069B; }

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

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

background-color css

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

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

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

border-color css

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

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

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