Html Css Color HEX #DB748E Pale Violet Red

📋 copy color: '#DB748E'

red 219 ◦ green 116 ◦ blue 142

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

Shades of Pale Violet Red #DB748E

Tints of Pale Violet Red #DB748E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.77%

R = 45.91%
G = 24.32%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB748E (or 0xDB748E) is known color: Pale Violet Red. HEX triplet: DB, 74 and 8E. RGB value is (219,116,142). Sum of RGB (Red+Green+Blue) = 219+116+142=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB748E is #248B71. Grayscale: #959595. Windows color (decimal): -2394994 or 9336027. OLE color: 9336027.

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

Color convert

RGB 219 116 142 -
CMYK 0 0.47 0.35 0.14
HSL 344.85º 0.59% 0.66% -
HSV(B) 344.85º 0.47% 0.86% -
XYZ 40.34 29.5 29.16 -
YUV 149.76 123.62 177.39 -
System Red Green Blue C M Y K H S L
Decimal 219 116 142 0 0.47 0.35 0.14 344.85 0.59 0.66
Hex DB 74 8E 0 2F 23 E 159 3B 42
Octal 333 164 216 0 57 43 16 531 73 102
Binary 11011011 1110100 10001110 0 101111 100011 1110 101011001 111011 1000010

Color Harmonies of #DB748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB748E

Black with #DB748E

Text Example


Text Example

White with #DB748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB748E; }

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

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

background-color css

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

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

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

border-color css

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

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

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