Html Css Color HEX #DB5267 Cabaret

📋 copy color: '#DB5267'

red 219 ◦ green 82 ◦ blue 103

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

Shades of Cabaret #DB5267

Tints of Cabaret #DB5267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.5%

R = 54.21%
G = 20.3%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB5267 (or 0xDB5267) is known color: Cabaret. HEX triplet: DB, 52 and 67. RGB value is (219,82,103). Sum of RGB (Red+Green+Blue) = 219+82+103=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5267 is #24AD98. Grayscale: #7D7D7D. Windows color (decimal): -2403737 or 6771419. OLE color: 6771419.

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

Color convert

RGB 219 82 103 -
CMYK 0 0.63 0.53 0.14
HSL 350.8º 0.66% 0.59% -
HSV(B) 350.8º 0.63% 0.86% -
XYZ 34.68 22.07 15.26 -
YUV 125.36 115.39 194.79 -
System Red Green Blue C M Y K H S L
Decimal 219 82 103 0 0.63 0.53 0.14 350.8 0.66 0.59
Hex DB 52 67 0 3F 35 E 15F 42 3B
Octal 333 122 147 0 77 65 16 537 102 73
Binary 11011011 1010010 1100111 0 111111 110101 1110 101011111 1000010 111011

Color Harmonies of #DB5267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5267

Black with #DB5267

Text Example


Text Example

White with #DB5267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5267; }

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

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

background-color css

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

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

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

border-color css

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

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

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