Html Css Color HEX #DB749F Pale Violet Red

📋 copy color: '#DB749F'

red 219 ◦ green 116 ◦ blue 159

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

Shades of Pale Violet Red #DB749F

Tints of Pale Violet Red #DB749F

RGB

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

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

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

R = 44.33%
G = 23.48%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB749F (or 0xDB749F) is known color: Pale Violet Red. HEX triplet: DB, 74 and 9F. RGB value is (219,116,159). Sum of RGB (Red+Green+Blue) = 219+116+159=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB749F is #248B60. Grayscale: #979797. Windows color (decimal): -2394977 or 10450139. OLE color: 10450139.

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

Color convert

RGB 219 116 159 -
CMYK 0 0.47 0.27 0.14
HSL 334.95º 0.59% 0.66% -
HSV(B) 334.95º 0.47% 0.86% -
XYZ 41.72 30.05 36.4 -
YUV 151.7 132.12 176 -
System Red Green Blue C M Y K H S L
Decimal 219 116 159 0 0.47 0.27 0.14 334.95 0.59 0.66
Hex DB 74 9F 0 2F 1B E 14F 3B 42
Octal 333 164 237 0 57 33 16 517 73 102
Binary 11011011 1110100 10011111 0 101111 11011 1110 101001111 111011 1000010

Color Harmonies of #DB749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB749F

Black with #DB749F

Text Example


Text Example

White with #DB749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB749F; }

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

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

background-color css

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

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

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

border-color css

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

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

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