Html Css Color HEX #DB6F8D Pale Violet Red

📋 copy color: '#DB6F8D'

red 219 ◦ green 111 ◦ blue 141

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

Shades of Pale Violet Red #DB6F8D

Tints of Pale Violet Red #DB6F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.94%

R = 46.5%
G = 23.57%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB6F8D (or 0xDB6F8D) is known color: Pale Violet Red. HEX triplet: DB, 6F and 8D. RGB value is (219,111,141). Sum of RGB (Red+Green+Blue) = 219+111+141=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F8D is #249072. Grayscale: #929292. Windows color (decimal): -2396275 or 9269211. OLE color: 9269211.

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

Color convert

RGB 219 111 141 -
CMYK 0 0.49 0.36 0.14
HSL 343.33º 0.6% 0.65% -
HSV(B) 343.33º 0.49% 0.86% -
XYZ 39.71 28.35 28.58 -
YUV 146.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 219 111 141 0 0.49 0.36 0.14 343.33 0.6 0.65
Hex DB 6F 8D 0 31 24 E 157 3C 41
Octal 333 157 215 0 61 44 16 527 74 101
Binary 11011011 1101111 10001101 0 110001 100100 1110 101010111 111100 1000001

Color Harmonies of #DB6F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F8D

Black with #DB6F8D

Text Example


Text Example

White with #DB6F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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