Html Css Color HEX #DB6C9D Pale Violet Red

📋 copy color: '#DB6C9D'

red 219 ◦ green 108 ◦ blue 157

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

Shades of Pale Violet Red #DB6C9D

Tints of Pale Violet Red #DB6C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.44%

R = 45.25%
G = 22.31%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB6C9D (or 0xDB6C9D) is known color: Pale Violet Red. HEX triplet: DB, 6C and 9D. RGB value is (219,108,157). Sum of RGB (Red+Green+Blue) = 219+108+157=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6C9D is #249362. Grayscale: #929292. Windows color (decimal): -2397027 or 10317019. OLE color: 10317019.

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

Color convert

RGB 219 108 157 -
CMYK 0 0.51 0.28 0.14
HSL 333.51º 0.61% 0.64% -
HSV(B) 333.51º 0.51% 0.86% -
XYZ 40.66 28.22 35.2 -
YUV 146.78 133.77 179.52 -
System Red Green Blue C M Y K H S L
Decimal 219 108 157 0 0.51 0.28 0.14 333.51 0.61 0.64
Hex DB 6C 9D 0 33 1C E 14E 3D 40
Octal 333 154 235 0 63 34 16 516 75 100
Binary 11011011 1101100 10011101 0 110011 11100 1110 101001110 111101 1000000

Color Harmonies of #DB6C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C9D

Black with #DB6C9D

Text Example


Text Example

White with #DB6C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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