Html Css Color HEX #DB699B Pale Violet Red

📋 copy color: '#DB699B'

red 219 ◦ green 105 ◦ blue 155

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

Shades of Pale Violet Red #DB699B

Tints of Pale Violet Red #DB699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.92%

 BLUE value IS 155 (60.94% from 255) = 32.36%

R = 45.72%
G = 21.92%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB699B (or 0xDB699B) is known color: Pale Violet Red. HEX triplet: DB, 69 and 9B. RGB value is (219,105,155). Sum of RGB (Red+Green+Blue) = 219+105+155=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB699B is #249664. Grayscale: #909090. Windows color (decimal): -2397797 or 10185179. OLE color: 10185179.

HSL color Cylindrical-coordinate representation of color #DB699B: hue angle of 333.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB699B is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 105 155 -
CMYK 0 0.52 0.29 0.14
HSL 333.68º 0.61% 0.64% -
HSV(B) 333.68º 0.52% 0.86% -
XYZ 40.18 27.53 34.21 -
YUV 144.79 133.77 180.93 -
System Red Green Blue C M Y K H S L
Decimal 219 105 155 0 0.52 0.29 0.14 333.68 0.61 0.64
Hex DB 69 9B 0 34 1D E 14E 3D 40
Octal 333 151 233 0 64 35 16 516 75 100
Binary 11011011 1101001 10011011 0 110100 11101 1110 101001110 111101 1000000

Color Harmonies of #DB699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB699B

Black with #DB699B

Text Example


Text Example

White with #DB699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB699B; }

 p { color: rgb(219,105,155); }

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

background-color css

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

 a { background-color: rgb(219,105,155); }

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

border-color css

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

 span { border-color: rgb(219,105,155); }

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