Html Css Color HEX #DB5A92 Pale Violet Red

📋 copy color: '#DB5A92'

red 219 ◦ green 90 ◦ blue 146

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

Shades of Pale Violet Red #DB5A92

Tints of Pale Violet Red #DB5A92

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.78%

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

R = 48.13%
G = 19.78%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB5A92 (or 0xDB5A92) is known color: Pale Violet Red. HEX triplet: DB, 5A and 92. RGB value is (219,90,146). Sum of RGB (Red+Green+Blue) = 219+90+146=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A92 is #24A56D. Grayscale: #868686. Windows color (decimal): -2401646 or 9591515. OLE color: 9591515.

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

Color convert

RGB 219 90 146 -
CMYK 0 0.59 0.33 0.14
HSL 333.95º 0.64% 0.61% -
HSV(B) 333.95º 0.59% 0.86% -
XYZ 38.06 24.45 29.91 -
YUV 134.96 134.24 187.95 -
System Red Green Blue C M Y K H S L
Decimal 219 90 146 0 0.59 0.33 0.14 333.95 0.64 0.61
Hex DB 5A 92 0 3B 21 E 14E 40 3D
Octal 333 132 222 0 73 41 16 516 100 75
Binary 11011011 1011010 10010010 0 111011 100001 1110 101001110 1000000 111101

Color Harmonies of #DB5A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A92

Black with #DB5A92

Text Example


Text Example

White with #DB5A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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