Html Css Color HEX #DB6690 Pale Violet Red

📋 copy color: '#DB6690'

red 219 ◦ green 102 ◦ blue 144

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

Shades of Pale Violet Red #DB6690

Tints of Pale Violet Red #DB6690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.94%

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

R = 47.1%
G = 21.94%
B = 30.97%

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

#DB6690 (or 0xDB6690) is known color: Pale Violet Red. HEX triplet: DB, 66 and 90. RGB value is (219,102,144). Sum of RGB (Red+Green+Blue) = 219+102+144=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6690 is #24996F. Grayscale: #8D8D8D. Windows color (decimal): -2398576 or 9463515. OLE color: 9463515.

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

Color convert

RGB 219 102 144 -
CMYK 0 0.53 0.34 0.14
HSL 338.46º 0.62% 0.63% -
HSV(B) 338.46º 0.53% 0.86% -
XYZ 39 26.58 29.46 -
YUV 141.77 129.26 183.08 -
System Red Green Blue C M Y K H S L
Decimal 219 102 144 0 0.53 0.34 0.14 338.46 0.62 0.63
Hex DB 66 90 0 35 22 E 152 3E 3F
Octal 333 146 220 0 65 42 16 522 76 77
Binary 11011011 1100110 10010000 0 110101 100010 1110 101010010 111110 111111

Color Harmonies of #DB6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6690

Black with #DB6690

Text Example


Text Example

White with #DB6690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6690; }

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

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

background-color css

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

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

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

border-color css

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

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

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