Html Css Color HEX #DB5D93 Pale Violet Red

📋 copy color: '#DB5D93'

red 219 ◦ green 93 ◦ blue 147

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

Shades of Pale Violet Red #DB5D93

Tints of Pale Violet Red #DB5D93

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.26%

 BLUE value IS 147 (57.81% from 255) = 32.03%

R = 47.71%
G = 20.26%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB5D93 (or 0xDB5D93) is known color: Pale Violet Red. HEX triplet: DB, 5D and 93. RGB value is (219,93,147). Sum of RGB (Red+Green+Blue) = 219+93+147=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5D93 is #24A26C. Grayscale: #888888. Windows color (decimal): -2400877 or 9657819. OLE color: 9657819.

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

Color convert

RGB 219 93 147 -
CMYK 0 0.58 0.33 0.14
HSL 334.29º 0.64% 0.61% -
HSV(B) 334.29º 0.58% 0.86% -
XYZ 38.39 25 30.4 -
YUV 136.83 133.74 186.61 -
System Red Green Blue C M Y K H S L
Decimal 219 93 147 0 0.58 0.33 0.14 334.29 0.64 0.61
Hex DB 5D 93 0 3A 21 E 14E 40 3D
Octal 333 135 223 0 72 41 16 516 100 75
Binary 11011011 1011101 10010011 0 111010 100001 1110 101001110 1000000 111101

Color Harmonies of #DB5D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5D93

Black with #DB5D93

Text Example


Text Example

White with #DB5D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5D93; }

 p { color: rgb(219,93,147); }

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

background-color css

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

 a { background-color: rgb(219,93,147); }

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

border-color css

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

 span { border-color: rgb(219,93,147); }

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