Html Css Color HEX #DB6090 Pale Violet Red

📋 copy color: '#DB6090'

red 219 ◦ green 96 ◦ blue 144

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

Shades of Pale Violet Red #DB6090

Tints of Pale Violet Red #DB6090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.92%

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

R = 47.71%
G = 20.92%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB6090 (or 0xDB6090) is known color: Pale Violet Red. HEX triplet: DB, 60 and 90. RGB value is (219,96,144). Sum of RGB (Red+Green+Blue) = 219+96+144=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6090 is #249F6F. Grayscale: #8A8A8A. Windows color (decimal): -2400112 or 9461979. OLE color: 9461979.

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

Color convert

RGB 219 96 144 -
CMYK 0 0.56 0.34 0.14
HSL 336.59º 0.63% 0.62% -
HSV(B) 336.59º 0.56% 0.86% -
XYZ 38.43 25.44 29.27 -
YUV 138.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 219 96 144 0 0.56 0.34 0.14 336.59 0.63 0.62
Hex DB 60 90 0 38 22 E 151 3F 3E
Octal 333 140 220 0 70 42 16 521 77 76
Binary 11011011 1100000 10010000 0 111000 100010 1110 101010001 111111 111110

Color Harmonies of #DB6090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6090

Black with #DB6090

Text Example


Text Example

White with #DB6090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6090; }

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

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

background-color css

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

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

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

border-color css

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

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

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