Html Css Color HEX #DB027D Medium Violet Red

📋 copy color: '#DB027D'

red 219 ◦ green 2 ◦ blue 125

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

Shades of Medium Violet Red #DB027D

Tints of Medium Violet Red #DB027D

RGB

 RED value IS 219 (85.94% from 255) = 63.29%

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

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 63.29%
G = 0.58%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB027D (or 0xDB027D) is known color: Medium Violet Red. HEX triplet: DB, 02 and 7D. RGB value is (219,2,125). Sum of RGB (Red+Green+Blue) = 219+2+125=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB027D is #24FD82. Grayscale: #505050. Windows color (decimal): -2424195 or 8192731. OLE color: 8192731.

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

Color convert

RGB 219 2 125 -
CMYK 0 0.99 0.43 0.14
HSL 325.99º 0.98% 0.43% -
HSV(B) 325.99º 0.99% 0.86% -
XYZ 32.94 16.58 20.87 -
YUV 80.91 152.89 226.5 -
System Red Green Blue C M Y K H S L
Decimal 219 2 125 0 0.99 0.43 0.14 325.99 0.98 0.43
Hex DB 2 7D 0 63 2B E 146 62 2B
Octal 333 2 175 0 143 53 16 506 142 53
Binary 11011011 10 1111101 0 1100011 101011 1110 101000110 1100010 101011

Color Harmonies of #DB027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB027D

Black with #DB027D

Text Example


Text Example

White with #DB027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB027D; }

 p { color: rgb(219,2,125); }

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

background-color css

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

 a { background-color: rgb(219,2,125); }

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

border-color css

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

 span { border-color: rgb(219,2,125); }

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