Html Css Color HEX #DB526D Cabaret

📋 copy color: '#DB526D'

red 219 ◦ green 82 ◦ blue 109

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

Shades of Cabaret #DB526D

Tints of Cabaret #DB526D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.59%

R = 53.41%
G = 20%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB526D (or 0xDB526D) is known color: Cabaret. HEX triplet: DB, 52 and 6D. RGB value is (219,82,109). Sum of RGB (Red+Green+Blue) = 219+82+109=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB526D is #24AD92. Grayscale: #7E7E7E. Windows color (decimal): -2403731 or 7164635. OLE color: 7164635.

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

Color convert

RGB 219 82 109 -
CMYK 0 0.63 0.50 0.14
HSL 348.18º 0.66% 0.59% -
HSV(B) 348.18º 0.63% 0.86% -
XYZ 34.99 22.2 16.91 -
YUV 126.04 118.39 194.3 -
System Red Green Blue C M Y K H S L
Decimal 219 82 109 0 0.63 0.50 0.14 348.18 0.66 0.59
Hex DB 52 6D 0 3F 32 E 15C 42 3B
Octal 333 122 155 0 77 62 16 534 102 73
Binary 11011011 1010010 1101101 0 111111 110010 1110 101011100 1000010 111011

Color Harmonies of #DB526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB526D

Black with #DB526D

Text Example


Text Example

White with #DB526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB526D; }

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

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

background-color css

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

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

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

border-color css

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

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

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