Html Css Color HEX #DB5E8E Pale Violet Red

📋 copy color: '#DB5E8E'

red 219 ◦ green 94 ◦ blue 142

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

Shades of Pale Violet Red #DB5E8E

Tints of Pale Violet Red #DB5E8E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.66%

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

R = 48.13%
G = 20.66%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB5E8E (or 0xDB5E8E) is known color: Pale Violet Red. HEX triplet: DB, 5E and 8E. RGB value is (219,94,142). Sum of RGB (Red+Green+Blue) = 219+94+142=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5E8E is #24A171. Grayscale: #888888. Windows color (decimal): -2400626 or 9330395. OLE color: 9330395.

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

Color convert

RGB 219 94 142 -
CMYK 0 0.57 0.35 0.14
HSL 336.96º 0.63% 0.61% -
HSV(B) 336.96º 0.57% 0.86% -
XYZ 38.1 25.02 28.41 -
YUV 136.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 219 94 142 0 0.57 0.35 0.14 336.96 0.63 0.61
Hex DB 5E 8E 0 39 23 E 151 3F 3D
Octal 333 136 216 0 71 43 16 521 77 75
Binary 11011011 1011110 10001110 0 111001 100011 1110 101010001 111111 111101

Color Harmonies of #DB5E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5E8E

Black with #DB5E8E

Text Example


Text Example

White with #DB5E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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