Html Css Color HEX #DB7B98 Pale Violet Red

📋 copy color: '#DB7B98'

red 219 ◦ green 123 ◦ blue 152

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

Shades of Pale Violet Red #DB7B98

Tints of Pale Violet Red #DB7B98

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.9%

 BLUE value IS 152 (59.77% from 255) = 30.77%

R = 44.33%
G = 24.9%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB7B98 (or 0xDB7B98) is known color: Pale Violet Red. HEX triplet: DB, 7B and 98. RGB value is (219,123,152). Sum of RGB (Red+Green+Blue) = 219+123+152=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7B98 is #248467. Grayscale: #9A9A9A. Windows color (decimal): -2393192 or 9993179. OLE color: 9993179.

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

Color convert

RGB 219 123 152 -
CMYK 0 0.44 0.31 0.14
HSL 341.88º 0.57% 0.67% -
HSV(B) 341.88º 0.44% 0.86% -
XYZ 41.96 31.49 33.57 -
YUV 155.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 219 123 152 0 0.44 0.31 0.14 341.88 0.57 0.67
Hex DB 7B 98 0 2C 1F E 156 39 43
Octal 333 173 230 0 54 37 16 526 71 103
Binary 11011011 1111011 10011000 0 101100 11111 1110 101010110 111001 1000011

Color Harmonies of #DB7B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B98

Black with #DB7B98

Text Example


Text Example

White with #DB7B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B98; }

 p { color: rgb(219,123,152); }

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

background-color css

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

 a { background-color: rgb(219,123,152); }

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

border-color css

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

 span { border-color: rgb(219,123,152); }

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