Html Css Color HEX #DB6B92 Pale Violet Red

📋 copy color: '#DB6B92'

red 219 ◦ green 107 ◦ blue 146

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

Shades of Pale Violet Red #DB6B92

Tints of Pale Violet Red #DB6B92

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.67%

 BLUE value IS 146 (57.42% from 255) = 30.93%

R = 46.4%
G = 22.67%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB6B92 (or 0xDB6B92) is known color: Pale Violet Red. HEX triplet: DB, 6B and 92. RGB value is (219,107,146). Sum of RGB (Red+Green+Blue) = 219+107+146=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6B92 is #24946D. Grayscale: #909090. Windows color (decimal): -2397294 or 9595867. OLE color: 9595867.

HSL color Cylindrical-coordinate representation of color #DB6B92: hue angle of 339.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6B92 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 107 146 -
CMYK 0 0.51 0.33 0.14
HSL 339.11º 0.61% 0.64% -
HSV(B) 339.11º 0.51% 0.86% -
XYZ 39.66 27.65 30.44 -
YUV 144.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 219 107 146 0 0.51 0.33 0.14 339.11 0.61 0.64
Hex DB 6B 92 0 33 21 E 153 3D 40
Octal 333 153 222 0 63 41 16 523 75 100
Binary 11011011 1101011 10010010 0 110011 100001 1110 101010011 111101 1000000

Color Harmonies of #DB6B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B92

Black with #DB6B92

Text Example


Text Example

White with #DB6B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B92; }

 p { color: rgb(219,107,146); }

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

background-color css

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

 a { background-color: rgb(219,107,146); }

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

border-color css

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

 span { border-color: rgb(219,107,146); }

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