Html Css Color HEX #DB7CA7 Pale Violet Red

📋 copy color: '#DB7CA7'

red 219 ◦ green 124 ◦ blue 167

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

Shades of Pale Violet Red #DB7CA7

Tints of Pale Violet Red #DB7CA7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.31%

 BLUE value IS 167 (65.63% from 255) = 32.75%

R = 42.94%
G = 24.31%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB7CA7 (or 0xDB7CA7) is known color: Pale Violet Red. HEX triplet: DB, 7C and A7. RGB value is (219,124,167). Sum of RGB (Red+Green+Blue) = 219+124+167=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7CA7 is #248358. Grayscale: #9D9D9D. Windows color (decimal): -2392921 or 10976475. OLE color: 10976475.

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

Color convert

RGB 219 124 167 -
CMYK 0 0.43 0.24 0.14
HSL 332.84º 0.57% 0.67% -
HSV(B) 332.84º 0.43% 0.86% -
XYZ 43.4 32.27 40.5 -
YUV 157.31 133.47 172 -
System Red Green Blue C M Y K H S L
Decimal 219 124 167 0 0.43 0.24 0.14 332.84 0.57 0.67
Hex DB 7C A7 0 2B 18 E 14D 39 43
Octal 333 174 247 0 53 30 16 515 71 103
Binary 11011011 1111100 10100111 0 101011 11000 1110 101001101 111001 1000011

Color Harmonies of #DB7CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CA7

Black with #DB7CA7

Text Example


Text Example

White with #DB7CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CA7; }

 p { color: rgb(219,124,167); }

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

background-color css

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

 a { background-color: rgb(219,124,167); }

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

border-color css

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

 span { border-color: rgb(219,124,167); }

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