Html Css Color HEX #DB6F9A Pale Violet Red

📋 copy color: '#DB6F9A'

red 219 ◦ green 111 ◦ blue 154

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

Shades of Pale Violet Red #DB6F9A

Tints of Pale Violet Red #DB6F9A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.93%

 BLUE value IS 154 (60.55% from 255) = 31.82%

R = 45.25%
G = 22.93%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB6F9A (or 0xDB6F9A) is known color: Pale Violet Red. HEX triplet: DB, 6F and 9A. RGB value is (219,111,154). Sum of RGB (Red+Green+Blue) = 219+111+154=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F9A is #249065. Grayscale: #949494. Windows color (decimal): -2396262 or 10121179. OLE color: 10121179.

HSL color Cylindrical-coordinate representation of color #DB6F9A: hue angle of 336.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6F9A is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 111 154 -
CMYK 0 0.49 0.30 0.14
HSL 336.11º 0.6% 0.65% -
HSV(B) 336.11º 0.49% 0.86% -
XYZ 40.73 28.76 33.98 -
YUV 148.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 219 111 154 0 0.49 0.30 0.14 336.11 0.6 0.65
Hex DB 6F 9A 0 31 1E E 150 3C 41
Octal 333 157 232 0 61 36 16 520 74 101
Binary 11011011 1101111 10011010 0 110001 11110 1110 101010000 111100 1000001

Color Harmonies of #DB6F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F9A

Black with #DB6F9A

Text Example


Text Example

White with #DB6F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F9A; }

 p { color: rgb(219,111,154); }

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

background-color css

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

 a { background-color: rgb(219,111,154); }

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

border-color css

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

 span { border-color: rgb(219,111,154); }

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