Html Css Color HEX #D6028B Medium Violet Red

📋 copy color: '#D6028B'

red 214 ◦ green 2 ◦ blue 139

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

Shades of Medium Violet Red #D6028B

Tints of Medium Violet Red #D6028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 60.28%
G = 0.56%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6028B (or 0xD6028B) is known color: Medium Violet Red. HEX triplet: D6, 02 and 8B. RGB value is (214,2,139). Sum of RGB (Red+Green+Blue) = 214+2+139=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6028B is #29FD74. Grayscale: #505050. Windows color (decimal): -2751861 or 9110230. OLE color: 9110230.

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

Color convert

RGB 214 2 139 -
CMYK 0 0.99 0.35 0.16
HSL 321.23º 0.98% 0.42% -
HSV(B) 321.23º 0.99% 0.84% -
XYZ 32.41 16.2 25.85 -
YUV 81.01 160.74 222.86 -
System Red Green Blue C M Y K H S L
Decimal 214 2 139 0 0.99 0.35 0.16 321.23 0.98 0.42
Hex D6 2 8B 0 63 23 10 141 62 2A
Octal 326 2 213 0 143 43 20 501 142 52
Binary 11010110 10 10001011 0 1100011 100011 10000 101000001 1100010 101010

Color Harmonies of #D6028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6028B

Black with #D6028B

Text Example


Text Example

White with #D6028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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