Html Css Color HEX #DB709B Pale Violet Red

📋 copy color: '#DB709B'

red 219 ◦ green 112 ◦ blue 155

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

Shades of Pale Violet Red #DB709B

Tints of Pale Violet Red #DB709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.05%

 BLUE value IS 155 (60.94% from 255) = 31.89%

R = 45.06%
G = 23.05%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB709B (or 0xDB709B) is known color: Pale Violet Red. HEX triplet: DB, 70 and 9B. RGB value is (219,112,155). Sum of RGB (Red+Green+Blue) = 219+112+155=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB709B is #248F64. Grayscale: #949494. Windows color (decimal): -2396005 or 10186971. OLE color: 10186971.

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

Color convert

RGB 219 112 155 -
CMYK 0 0.49 0.29 0.14
HSL 335.89º 0.6% 0.65% -
HSV(B) 335.89º 0.49% 0.86% -
XYZ 40.92 29.01 34.45 -
YUV 148.9 131.45 178 -
System Red Green Blue C M Y K H S L
Decimal 219 112 155 0 0.49 0.29 0.14 335.89 0.6 0.65
Hex DB 70 9B 0 31 1D E 150 3C 41
Octal 333 160 233 0 61 35 16 520 74 101
Binary 11011011 1110000 10011011 0 110001 11101 1110 101010000 111100 1000001

Color Harmonies of #DB709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB709B

Black with #DB709B

Text Example


Text Example

White with #DB709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB709B; }

 p { color: rgb(219,112,155); }

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

background-color css

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

 a { background-color: rgb(219,112,155); }

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

border-color css

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

 span { border-color: rgb(219,112,155); }

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