Html Css Color HEX #D6027B Medium Violet Red

📋 copy color: '#D6027B'

red 214 ◦ green 2 ◦ blue 123

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

Shades of Medium Violet Red #D6027B

Tints of Medium Violet Red #D6027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 123 (48.44% from 255) = 36.28%

R = 63.13%
G = 0.59%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6027B (or 0xD6027B) is known color: Medium Violet Red. HEX triplet: D6, 02 and 7B. RGB value is (214,2,123). Sum of RGB (Red+Green+Blue) = 214+2+123=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6027B is #29FD84. Grayscale: #4E4E4E. Windows color (decimal): -2751877 or 8061654. OLE color: 8061654.

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

Color convert

RGB 214 2 123 -
CMYK 0 0.99 0.43 0.16
HSL 325.75º 0.98% 0.42% -
HSV(B) 325.75º 0.99% 0.84% -
XYZ 31.33 15.77 20.13 -
YUV 79.18 152.74 224.16 -
System Red Green Blue C M Y K H S L
Decimal 214 2 123 0 0.99 0.43 0.16 325.75 0.98 0.42
Hex D6 2 7B 0 63 2B 10 146 62 2A
Octal 326 2 173 0 143 53 20 506 142 52
Binary 11010110 10 1111011 0 1100011 101011 10000 101000110 1100010 101010

Color Harmonies of #D6027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6027B

Black with #D6027B

Text Example


Text Example

White with #D6027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6027B; }

 p { color: rgb(214,2,123); }

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

background-color css

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

 a { background-color: rgb(214,2,123); }

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

border-color css

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

 span { border-color: rgb(214,2,123); }

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