Html Css Color HEX #DB6B8E Pale Violet Red

📋 copy color: '#DB6B8E'

red 219 ◦ green 107 ◦ blue 142

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

Shades of Pale Violet Red #DB6B8E

Tints of Pale Violet Red #DB6B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.86%

 BLUE value IS 142 (55.86% from 255) = 30.34%

R = 46.79%
G = 22.86%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB6B8E (or 0xDB6B8E) is known color: Pale Violet Red. HEX triplet: DB, 6B and 8E. RGB value is (219,107,142). Sum of RGB (Red+Green+Blue) = 219+107+142=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6B8E is #249471. Grayscale: #909090. Windows color (decimal): -2397298 or 9333723. OLE color: 9333723.

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

Color convert

RGB 219 107 142 -
CMYK 0 0.51 0.35 0.14
HSL 341.25º 0.61% 0.64% -
HSV(B) 341.25º 0.51% 0.86% -
XYZ 39.35 27.53 28.83 -
YUV 144.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 219 107 142 0 0.51 0.35 0.14 341.25 0.61 0.64
Hex DB 6B 8E 0 33 23 E 155 3D 40
Octal 333 153 216 0 63 43 16 525 75 100
Binary 11011011 1101011 10001110 0 110011 100011 1110 101010101 111101 1000000

Color Harmonies of #DB6B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B8E

Black with #DB6B8E

Text Example


Text Example

White with #DB6B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B8E; }

 p { color: rgb(219,107,142); }

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

background-color css

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

 a { background-color: rgb(219,107,142); }

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

border-color css

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

 span { border-color: rgb(219,107,142); }

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