Html Css Color HEX #DB6B9C Pale Violet Red

📋 copy color: '#DB6B9C'

red 219 ◦ green 107 ◦ blue 156

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

Shades of Pale Violet Red #DB6B9C

Tints of Pale Violet Red #DB6B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.37%

R = 45.44%
G = 22.2%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB6B9C (or 0xDB6B9C) is known color: Pale Violet Red. HEX triplet: DB, 6B and 9C. RGB value is (219,107,156). Sum of RGB (Red+Green+Blue) = 219+107+156=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6B9C is #249463. Grayscale: #919191. Windows color (decimal): -2397284 or 10251227. OLE color: 10251227.

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

Color convert

RGB 219 107 156 -
CMYK 0 0.51 0.29 0.14
HSL 333.75º 0.61% 0.64% -
HSV(B) 333.75º 0.51% 0.86% -
XYZ 40.47 27.98 34.72 -
YUV 146.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 219 107 156 0 0.51 0.29 0.14 333.75 0.61 0.64
Hex DB 6B 9C 0 33 1D E 14E 3D 40
Octal 333 153 234 0 63 35 16 516 75 100
Binary 11011011 1101011 10011100 0 110011 11101 1110 101001110 111101 1000000

Color Harmonies of #DB6B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B9C

Black with #DB6B9C

Text Example


Text Example

White with #DB6B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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