Html Css Color HEX #DB6990 Pale Violet Red

📋 copy color: '#DB6990'

red 219 ◦ green 105 ◦ blue 144

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

Shades of Pale Violet Red #DB6990

Tints of Pale Violet Red #DB6990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.44%

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

R = 46.79%
G = 22.44%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB6990 (or 0xDB6990) is known color: Pale Violet Red. HEX triplet: DB, 69 and 90. RGB value is (219,105,144). Sum of RGB (Red+Green+Blue) = 219+105+144=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6990 is #24966F. Grayscale: #8F8F8F. Windows color (decimal): -2397808 or 9464283. OLE color: 9464283.

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

Color convert

RGB 219 105 144 -
CMYK 0 0.52 0.34 0.14
HSL 339.47º 0.61% 0.64% -
HSV(B) 339.47º 0.52% 0.86% -
XYZ 39.3 27.18 29.56 -
YUV 143.53 128.27 181.83 -
System Red Green Blue C M Y K H S L
Decimal 219 105 144 0 0.52 0.34 0.14 339.47 0.61 0.64
Hex DB 69 90 0 34 22 E 153 3D 40
Octal 333 151 220 0 64 42 16 523 75 100
Binary 11011011 1101001 10010000 0 110100 100010 1110 101010011 111101 1000000

Color Harmonies of #DB6990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6990

Black with #DB6990

Text Example


Text Example

White with #DB6990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6990; }

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

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

background-color css

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

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

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

border-color css

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

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

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