Html Css Color HEX #DB7A92 Pale Violet Red

📋 copy color: '#DB7A92'

red 219 ◦ green 122 ◦ blue 146

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

Shades of Pale Violet Red #DB7A92

Tints of Pale Violet Red #DB7A92

RGB

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

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

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

R = 44.97%
G = 25.05%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB7A92 (or 0xDB7A92) is known color: Pale Violet Red. HEX triplet: DB, 7A and 92. RGB value is (219,122,146). Sum of RGB (Red+Green+Blue) = 219+122+146=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7A92 is #24856D. Grayscale: #999999. Windows color (decimal): -2393454 or 9599707. OLE color: 9599707.

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

Color convert

RGB 219 122 146 -
CMYK 0 0.44 0.33 0.14
HSL 345.15º 0.57% 0.67% -
HSV(B) 345.15º 0.44% 0.86% -
XYZ 41.36 31.05 31.01 -
YUV 153.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 219 122 146 0 0.44 0.33 0.14 345.15 0.57 0.67
Hex DB 7A 92 0 2C 21 E 159 39 43
Octal 333 172 222 0 54 41 16 531 71 103
Binary 11011011 1111010 10010010 0 101100 100001 1110 101011001 111001 1000011

Color Harmonies of #DB7A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A92

Black with #DB7A92

Text Example


Text Example

White with #DB7A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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