Html Css Color HEX #DB639A Pale Violet Red

📋 copy color: '#DB639A'

red 219 ◦ green 99 ◦ blue 154

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

Shades of Pale Violet Red #DB639A

Tints of Pale Violet Red #DB639A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.97%

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

R = 46.4%
G = 20.97%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB639A (or 0xDB639A) is known color: Pale Violet Red. HEX triplet: DB, 63 and 9A. RGB value is (219,99,154). Sum of RGB (Red+Green+Blue) = 219+99+154=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB639A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB639A is #249C65. Grayscale: #8D8D8D. Windows color (decimal): -2399334 or 10118107. OLE color: 10118107.

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

Color convert

RGB 219 99 154 -
CMYK 0 0.55 0.30 0.14
HSL 332.5º 0.63% 0.62% -
HSV(B) 332.5º 0.55% 0.86% -
XYZ 39.51 26.32 33.57 -
YUV 141.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 219 99 154 0 0.55 0.30 0.14 332.5 0.63 0.62
Hex DB 63 9A 0 37 1E E 14C 3E 3E
Octal 333 143 232 0 67 36 16 514 76 76
Binary 11011011 1100011 10011010 0 110111 11110 1110 101001100 111110 111110

Color Harmonies of #DB639A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB639A

Black with #DB639A

Text Example


Text Example

White with #DB639A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB639A; }

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

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

background-color css

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

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

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

border-color css

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

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

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