Html Css Color HEX #DB5D92 Pale Violet Red

📋 copy color: '#DB5D92'

red 219 ◦ green 93 ◦ blue 146

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

Shades of Pale Violet Red #DB5D92

Tints of Pale Violet Red #DB5D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.88%

R = 47.82%
G = 20.31%
B = 31.88%

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

#DB5D92 (or 0xDB5D92) is known color: Pale Violet Red. HEX triplet: DB, 5D and 92. RGB value is (219,93,146). Sum of RGB (Red+Green+Blue) = 219+93+146=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5D92 is #24A26D. Grayscale: #888888. Windows color (decimal): -2400878 or 9592283. OLE color: 9592283.

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

Color convert

RGB 219 93 146 -
CMYK 0 0.58 0.33 0.14
HSL 334.76º 0.64% 0.61% -
HSV(B) 334.76º 0.58% 0.86% -
XYZ 38.32 24.96 29.99 -
YUV 136.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 219 93 146 0 0.58 0.33 0.14 334.76 0.64 0.61
Hex DB 5D 92 0 3A 21 E 14F 40 3D
Octal 333 135 222 0 72 41 16 517 100 75
Binary 11011011 1011101 10010010 0 111010 100001 1110 101001111 1000000 111101

Color Harmonies of #DB5D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5D92

Black with #DB5D92

Text Example


Text Example

White with #DB5D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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