Html Css Color HEX #DB749A Pale Violet Red

📋 copy color: '#DB749A'

red 219 ◦ green 116 ◦ blue 154

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

Shades of Pale Violet Red #DB749A

Tints of Pale Violet Red #DB749A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 44.79%
G = 23.72%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB749A (or 0xDB749A) is known color: Pale Violet Red. HEX triplet: DB, 74 and 9A. RGB value is (219,116,154). Sum of RGB (Red+Green+Blue) = 219+116+154=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB749A is #248B65. Grayscale: #979797. Windows color (decimal): -2394982 or 10122459. OLE color: 10122459.

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

Color convert

RGB 219 116 154 -
CMYK 0 0.47 0.30 0.14
HSL 337.86º 0.59% 0.66% -
HSV(B) 337.86º 0.47% 0.86% -
XYZ 41.29 29.88 34.16 -
YUV 151.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 219 116 154 0 0.47 0.30 0.14 337.86 0.59 0.66
Hex DB 74 9A 0 2F 1E E 152 3B 42
Octal 333 164 232 0 57 36 16 522 73 102
Binary 11011011 1110100 10011010 0 101111 11110 1110 101010010 111011 1000010

Color Harmonies of #DB749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB749A

Black with #DB749A

Text Example


Text Example

White with #DB749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB749A; }

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

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

background-color css

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

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

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

border-color css

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

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

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