Html Css Color HEX #DB526A Cabaret

📋 copy color: '#DB526A'

red 219 ◦ green 82 ◦ blue 106

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

Shades of Cabaret #DB526A

Tints of Cabaret #DB526A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 53.81%
G = 20.15%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB526A (or 0xDB526A) is known color: Cabaret. HEX triplet: DB, 52 and 6A. RGB value is (219,82,106). Sum of RGB (Red+Green+Blue) = 219+82+106=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB526A is #24AD95. Grayscale: #7D7D7D. Windows color (decimal): -2403734 or 6968027. OLE color: 6968027.

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

Color convert

RGB 219 82 106 -
CMYK 0 0.63 0.52 0.14
HSL 349.49º 0.66% 0.59% -
HSV(B) 349.49º 0.63% 0.86% -
XYZ 34.83 22.14 16.07 -
YUV 125.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 219 82 106 0 0.63 0.52 0.14 349.49 0.66 0.59
Hex DB 52 6A 0 3F 34 E 15D 42 3B
Octal 333 122 152 0 77 64 16 535 102 73
Binary 11011011 1010010 1101010 0 111111 110100 1110 101011101 1000010 111011

Color Harmonies of #DB526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB526A

Black with #DB526A

Text Example


Text Example

White with #DB526A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB526A; }

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

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

background-color css

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

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

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

border-color css

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

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

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