Html Css Color HEX #DB7A94 Pale Violet Red

📋 copy color: '#DB7A94'

red 219 ◦ green 122 ◦ blue 148

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

Shades of Pale Violet Red #DB7A94

Tints of Pale Violet Red #DB7A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.95%

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

R = 44.79%
G = 24.95%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB7A94 (or 0xDB7A94) is known color: Pale Violet Red. HEX triplet: DB, 7A and 94. RGB value is (219,122,148). Sum of RGB (Red+Green+Blue) = 219+122+148=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7A94 is #24856B. Grayscale: #999999. Windows color (decimal): -2393452 or 9730779. OLE color: 9730779.

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

Color convert

RGB 219 122 148 -
CMYK 0 0.44 0.32 0.14
HSL 343.92º 0.57% 0.67% -
HSV(B) 343.92º 0.44% 0.86% -
XYZ 41.52 31.12 31.83 -
YUV 153.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 219 122 148 0 0.44 0.32 0.14 343.92 0.57 0.67
Hex DB 7A 94 0 2C 20 E 158 39 43
Octal 333 172 224 0 54 40 16 530 71 103
Binary 11011011 1111010 10010100 0 101100 100000 1110 101011000 111001 1000011

Color Harmonies of #DB7A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A94

Black with #DB7A94

Text Example


Text Example

White with #DB7A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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