Html Css Color HEX #DB749E Pale Violet Red

📋 copy color: '#DB749E'

red 219 ◦ green 116 ◦ blue 158

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

Shades of Pale Violet Red #DB749E

Tints of Pale Violet Red #DB749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.53%

 BLUE value IS 158 (62.11% from 255) = 32.05%

R = 44.42%
G = 23.53%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB749E (or 0xDB749E) is known color: Pale Violet Red. HEX triplet: DB, 74 and 9E. RGB value is (219,116,158). Sum of RGB (Red+Green+Blue) = 219+116+158=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB749E is #248B61. Grayscale: #979797. Windows color (decimal): -2394978 or 10384603. OLE color: 10384603.

HSL color Cylindrical-coordinate representation of color #DB749E: hue angle of 335.53º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB749E is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 116 158 -
CMYK 0 0.47 0.28 0.14
HSL 335.53º 0.59% 0.66% -
HSV(B) 335.53º 0.47% 0.86% -
XYZ 41.63 30.02 35.95 -
YUV 151.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 219 116 158 0 0.47 0.28 0.14 335.53 0.59 0.66
Hex DB 74 9E 0 2F 1C E 150 3B 42
Octal 333 164 236 0 57 34 16 520 73 102
Binary 11011011 1110100 10011110 0 101111 11100 1110 101010000 111011 1000010

Color Harmonies of #DB749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB749E

Black with #DB749E

Text Example


Text Example

White with #DB749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB749E; }

 p { color: rgb(219,116,158); }

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

background-color css

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

 a { background-color: rgb(219,116,158); }

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

border-color css

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

 span { border-color: rgb(219,116,158); }

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