Html Css Color HEX #DB6C8E Pale Violet Red

📋 copy color: '#DB6C8E'

red 219 ◦ green 108 ◦ blue 142

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

Shades of Pale Violet Red #DB6C8E

Tints of Pale Violet Red #DB6C8E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.03%

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

R = 46.7%
G = 23.03%
B = 30.28%

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

#DB6C8E (or 0xDB6C8E) is known color: Pale Violet Red. HEX triplet: DB, 6C and 8E. RGB value is (219,108,142). Sum of RGB (Red+Green+Blue) = 219+108+142=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6C8E is #249371. Grayscale: #919191. Windows color (decimal): -2397042 or 9333979. OLE color: 9333979.

HSL color Cylindrical-coordinate representation of color #DB6C8E: hue angle of 341.62º 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 #DB6C8E is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 108 142 -
CMYK 0 0.51 0.35 0.14
HSL 341.62º 0.61% 0.64% -
HSV(B) 341.62º 0.51% 0.86% -
XYZ 39.46 27.74 28.87 -
YUV 145.07 126.27 180.74 -
System Red Green Blue C M Y K H S L
Decimal 219 108 142 0 0.51 0.35 0.14 341.62 0.61 0.64
Hex DB 6C 8E 0 33 23 E 156 3D 40
Octal 333 154 216 0 63 43 16 526 75 100
Binary 11011011 1101100 10001110 0 110011 100011 1110 101010110 111101 1000000

Color Harmonies of #DB6C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C8E

Black with #DB6C8E

Text Example


Text Example

White with #DB6C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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