Html Css Color HEX #DB5E8C Pale Violet Red

📋 copy color: '#DB5E8C'

red 219 ◦ green 94 ◦ blue 140

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

Shades of Pale Violet Red #DB5E8C

Tints of Pale Violet Red #DB5E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.91%

R = 48.34%
G = 20.75%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB5E8C (or 0xDB5E8C) is known color: Pale Violet Red. HEX triplet: DB, 5E and 8C. RGB value is (219,94,140). Sum of RGB (Red+Green+Blue) = 219+94+140=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5E8C is #24A173. Grayscale: #888888. Windows color (decimal): -2400628 or 9199323. OLE color: 9199323.

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

Color convert

RGB 219 94 140 -
CMYK 0 0.57 0.36 0.14
HSL 337.92º 0.63% 0.61% -
HSV(B) 337.92º 0.57% 0.86% -
XYZ 37.95 24.96 27.63 -
YUV 136.62 129.91 186.76 -
System Red Green Blue C M Y K H S L
Decimal 219 94 140 0 0.57 0.36 0.14 337.92 0.63 0.61
Hex DB 5E 8C 0 39 24 E 152 3F 3D
Octal 333 136 214 0 71 44 16 522 77 75
Binary 11011011 1011110 10001100 0 111001 100100 1110 101010010 111111 111101

Color Harmonies of #DB5E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5E8C

Black with #DB5E8C

Text Example


Text Example

White with #DB5E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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