Html Css Color HEX #DB7C9F Pale Violet Red

📋 copy color: '#DB7C9F'

red 219 ◦ green 124 ◦ blue 159

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

Shades of Pale Violet Red #DB7C9F

Tints of Pale Violet Red #DB7C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.7%

 BLUE value IS 159 (62.5% from 255) = 31.67%

R = 43.63%
G = 24.7%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB7C9F (or 0xDB7C9F) is known color: Pale Violet Red. HEX triplet: DB, 7C and 9F. RGB value is (219,124,159). Sum of RGB (Red+Green+Blue) = 219+124+159=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7C9F is #248360. Grayscale: #9C9C9C. Windows color (decimal): -2392929 or 10452187. OLE color: 10452187.

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

Color convert

RGB 219 124 159 -
CMYK 0 0.43 0.27 0.14
HSL 337.89º 0.57% 0.67% -
HSV(B) 337.89º 0.43% 0.86% -
XYZ 42.68 31.98 36.72 -
YUV 156.4 129.47 172.65 -
System Red Green Blue C M Y K H S L
Decimal 219 124 159 0 0.43 0.27 0.14 337.89 0.57 0.67
Hex DB 7C 9F 0 2B 1B E 152 39 43
Octal 333 174 237 0 53 33 16 522 71 103
Binary 11011011 1111100 10011111 0 101011 11011 1110 101010010 111001 1000011

Color Harmonies of #DB7C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C9F

Black with #DB7C9F

Text Example


Text Example

White with #DB7C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C9F; }

 p { color: rgb(219,124,159); }

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

background-color css

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

 a { background-color: rgb(219,124,159); }

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

border-color css

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

 span { border-color: rgb(219,124,159); }

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