Html Css Color HEX #DB6FAB Pale Violet Red

📋 copy color: '#DB6FAB'

red 219 ◦ green 111 ◦ blue 171

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

Shades of Pale Violet Red #DB6FAB

Tints of Pale Violet Red #DB6FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.16%

 BLUE value IS 171 (67.19% from 255) = 34.13%

R = 43.71%
G = 22.16%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB6FAB (or 0xDB6FAB) is known color: Pale Violet Red. HEX triplet: DB, 6F and AB. RGB value is (219,111,171). Sum of RGB (Red+Green+Blue) = 219+111+171=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6FAB is #249054. Grayscale: #969696. Windows color (decimal): -2396245 or 11235291. OLE color: 11235291.

HSL color Cylindrical-coordinate representation of color #DB6FAB: hue angle of 326.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6FAB is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 111 171 -
CMYK 0 0.49 0.22 0.14
HSL 326.67º 0.6% 0.65% -
HSV(B) 326.67º 0.49% 0.86% -
XYZ 42.25 29.37 41.97 -
YUV 150.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 219 111 171 0 0.49 0.22 0.14 326.67 0.6 0.65
Hex DB 6F AB 0 31 16 E 147 3C 41
Octal 333 157 253 0 61 26 16 507 74 101
Binary 11011011 1101111 10101011 0 110001 10110 1110 101000111 111100 1000001

Color Harmonies of #DB6FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FAB

Black with #DB6FAB

Text Example


Text Example

White with #DB6FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FAB; }

 p { color: rgb(219,111,171); }

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

background-color css

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

 a { background-color: rgb(219,111,171); }

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

border-color css

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

 span { border-color: rgb(219,111,171); }

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