Html Css Color HEX #DB7AA4 Pale Violet Red

📋 copy color: '#DB7AA4'

red 219 ◦ green 122 ◦ blue 164

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

Shades of Pale Violet Red #DB7AA4

Tints of Pale Violet Red #DB7AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.48%

R = 43.37%
G = 24.16%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB7AA4 (or 0xDB7AA4) is known color: Pale Violet Red. HEX triplet: DB, 7A and A4. RGB value is (219,122,164). Sum of RGB (Red+Green+Blue) = 219+122+164=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7AA4 is #24855B. Grayscale: #9B9B9B. Windows color (decimal): -2393436 or 10779355. OLE color: 10779355.

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

Color convert

RGB 219 122 164 -
CMYK 0 0.44 0.25 0.14
HSL 334.02º 0.57% 0.67% -
HSV(B) 334.02º 0.44% 0.86% -
XYZ 42.87 31.66 38.97 -
YUV 155.79 132.64 173.08 -
System Red Green Blue C M Y K H S L
Decimal 219 122 164 0 0.44 0.25 0.14 334.02 0.57 0.67
Hex DB 7A A4 0 2C 19 E 14E 39 43
Octal 333 172 244 0 54 31 16 516 71 103
Binary 11011011 1111010 10100100 0 101100 11001 1110 101001110 111001 1000011

Color Harmonies of #DB7AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7AA4

Black with #DB7AA4

Text Example


Text Example

White with #DB7AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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