Html Css Color HEX #DB5F94 Pale Violet Red

📋 copy color: '#DB5F94'

red 219 ◦ green 95 ◦ blue 148

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

Shades of Pale Violet Red #DB5F94

Tints of Pale Violet Red #DB5F94

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.56%

 BLUE value IS 148 (58.2% from 255) = 32.03%

R = 47.4%
G = 20.56%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB5F94 (or 0xDB5F94) is known color: Pale Violet Red. HEX triplet: DB, 5F and 94. RGB value is (219,95,148). Sum of RGB (Red+Green+Blue) = 219+95+148=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5F94 is #24A06B. Grayscale: #8A8A8A. Windows color (decimal): -2400364 or 9723867. OLE color: 9723867.

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

Color convert

RGB 219 95 148 -
CMYK 0 0.57 0.32 0.14
HSL 334.35º 0.63% 0.62% -
HSV(B) 334.35º 0.57% 0.86% -
XYZ 38.65 25.38 30.88 -
YUV 138.12 133.58 185.69 -
System Red Green Blue C M Y K H S L
Decimal 219 95 148 0 0.57 0.32 0.14 334.35 0.63 0.62
Hex DB 5F 94 0 39 20 E 14E 3F 3E
Octal 333 137 224 0 71 40 16 516 77 76
Binary 11011011 1011111 10010100 0 111001 100000 1110 101001110 111111 111110

Color Harmonies of #DB5F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F94

Black with #DB5F94

Text Example


Text Example

White with #DB5F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F94; }

 p { color: rgb(219,95,148); }

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

background-color css

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

 a { background-color: rgb(219,95,148); }

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

border-color css

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

 span { border-color: rgb(219,95,148); }

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