Html Css Color HEX #DB526B Cabaret

📋 copy color: '#DB526B'

red 219 ◦ green 82 ◦ blue 107

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

Shades of Cabaret #DB526B

Tints of Cabaret #DB526B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.1%

 BLUE value IS 107 (42.19% from 255) = 26.23%

R = 53.68%
G = 20.1%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB526B (or 0xDB526B) is known color: Cabaret. HEX triplet: DB, 52 and 6B. RGB value is (219,82,107). Sum of RGB (Red+Green+Blue) = 219+82+107=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB526B is #24AD94. Grayscale: #7D7D7D. Windows color (decimal): -2403733 or 7033563. OLE color: 7033563.

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

Color convert

RGB 219 82 107 -
CMYK 0 0.63 0.51 0.14
HSL 349.05º 0.66% 0.59% -
HSV(B) 349.05º 0.63% 0.86% -
XYZ 34.88 22.16 16.35 -
YUV 125.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 219 82 107 0 0.63 0.51 0.14 349.05 0.66 0.59
Hex DB 52 6B 0 3F 33 E 15D 42 3B
Octal 333 122 153 0 77 63 16 535 102 73
Binary 11011011 1010010 1101011 0 111111 110011 1110 101011101 1000010 111011

Color Harmonies of #DB526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB526B

Black with #DB526B

Text Example


Text Example

White with #DB526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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