Html Css Color HEX #DB7A9C Pale Violet Red

📋 copy color: '#DB7A9C'

red 219 ◦ green 122 ◦ blue 156

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

Shades of Pale Violet Red #DB7A9C

Tints of Pale Violet Red #DB7A9C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.55%

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

R = 44.06%
G = 24.55%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB7A9C (or 0xDB7A9C) is known color: Pale Violet Red. HEX triplet: DB, 7A and 9C. RGB value is (219,122,156). Sum of RGB (Red+Green+Blue) = 219+122+156=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7A9C is #248563. Grayscale: #9A9A9A. Windows color (decimal): -2393444 or 10255067. OLE color: 10255067.

HSL color Cylindrical-coordinate representation of color #DB7A9C: hue angle of 338.97º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7A9C is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 122 156 -
CMYK 0 0.44 0.29 0.14
HSL 338.97º 0.57% 0.67% -
HSV(B) 338.97º 0.44% 0.86% -
XYZ 42.17 31.38 35.29 -
YUV 154.88 128.64 173.74 -
System Red Green Blue C M Y K H S L
Decimal 219 122 156 0 0.44 0.29 0.14 338.97 0.57 0.67
Hex DB 7A 9C 0 2C 1D E 153 39 43
Octal 333 172 234 0 54 35 16 523 71 103
Binary 11011011 1111010 10011100 0 101100 11101 1110 101010011 111001 1000011

Color Harmonies of #DB7A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A9C

Black with #DB7A9C

Text Example


Text Example

White with #DB7A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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