Html Css Color HEX #DB168F Medium Violet Red

📋 copy color: '#DB168F'

red 219 ◦ green 22 ◦ blue 143

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

Shades of Medium Violet Red #DB168F

Tints of Medium Violet Red #DB168F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.73%

 BLUE value IS 143 (56.25% from 255) = 37.24%

R = 57.03%
G = 5.73%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB168F (or 0xDB168F) is known color: Medium Violet Red. HEX triplet: DB, 16 and 8F. RGB value is (219,22,143). Sum of RGB (Red+Green+Blue) = 219+22+143=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB168F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB168F is #24E970. Grayscale: #5E5E5E. Windows color (decimal): -2419057 or 9377499. OLE color: 9377499.

HSL color Cylindrical-coordinate representation of color #DB168F: hue angle of 323.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB168F is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 22 143 -
CMYK 0 0.90 0.35 0.14
HSL 323.15º 0.82% 0.47% -
HSV(B) 323.15º 0.9% 0.86% -
XYZ 34.46 17.62 27.57 -
YUV 94.7 155.27 216.66 -
System Red Green Blue C M Y K H S L
Decimal 219 22 143 0 0.90 0.35 0.14 323.15 0.82 0.47
Hex DB 16 8F 0 5A 23 E 143 52 2F
Octal 333 26 217 0 132 43 16 503 122 57
Binary 11011011 10110 10001111 0 1011010 100011 1110 101000011 1010010 101111

Color Harmonies of #DB168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB168F

Black with #DB168F

Text Example


Text Example

White with #DB168F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB168F; }

 p { color: rgb(219,22,143); }

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

background-color css

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

 a { background-color: rgb(219,22,143); }

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

border-color css

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

 span { border-color: rgb(219,22,143); }

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