Html Css Color HEX #DB7A9D Pale Violet Red

📋 copy color: '#DB7A9D'

red 219 ◦ green 122 ◦ blue 157

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

Shades of Pale Violet Red #DB7A9D

Tints of Pale Violet Red #DB7A9D

RGB

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

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

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

R = 43.98%
G = 24.5%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB7A9D (or 0xDB7A9D) is known color: Pale Violet Red. HEX triplet: DB, 7A and 9D. RGB value is (219,122,157). Sum of RGB (Red+Green+Blue) = 219+122+157=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7A9D is #248562. Grayscale: #9A9A9A. Windows color (decimal): -2393443 or 10320603. OLE color: 10320603.

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

Color convert

RGB 219 122 157 -
CMYK 0 0.44 0.28 0.14
HSL 338.35º 0.57% 0.67% -
HSV(B) 338.35º 0.44% 0.86% -
XYZ 42.26 31.41 35.73 -
YUV 154.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 219 122 157 0 0.44 0.28 0.14 338.35 0.57 0.67
Hex DB 7A 9D 0 2C 1C E 152 39 43
Octal 333 172 235 0 54 34 16 522 71 103
Binary 11011011 1111010 10011101 0 101100 11100 1110 101010010 111001 1000011

Color Harmonies of #DB7A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A9D

Black with #DB7A9D

Text Example


Text Example

White with #DB7A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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