Html Css Color HEX #DB6790 Pale Violet Red

📋 copy color: '#DB6790'

red 219 ◦ green 103 ◦ blue 144

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

Shades of Pale Violet Red #DB6790

Tints of Pale Violet Red #DB6790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.1%

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 47%
G = 22.1%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB6790 (or 0xDB6790) is known color: Pale Violet Red. HEX triplet: DB, 67 and 90. RGB value is (219,103,144). Sum of RGB (Red+Green+Blue) = 219+103+144=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6790 is #24986F. Grayscale: #8E8E8E. Windows color (decimal): -2398320 or 9463771. OLE color: 9463771.

HSL color Cylindrical-coordinate representation of color #DB6790: hue angle of 338.79º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6790 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 103 144 -
CMYK 0 0.53 0.34 0.14
HSL 338.79º 0.62% 0.63% -
HSV(B) 338.79º 0.53% 0.86% -
XYZ 39.1 26.77 29.49 -
YUV 142.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 219 103 144 0 0.53 0.34 0.14 338.79 0.62 0.63
Hex DB 67 90 0 35 22 E 153 3E 3F
Octal 333 147 220 0 65 42 16 523 76 77
Binary 11011011 1100111 10010000 0 110101 100010 1110 101010011 111110 111111

Color Harmonies of #DB6790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6790

Black with #DB6790

Text Example


Text Example

White with #DB6790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6790; }

 p { color: rgb(219,103,144); }

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

background-color css

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

 a { background-color: rgb(219,103,144); }

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

border-color css

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

 span { border-color: rgb(219,103,144); }

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