Html Css Color HEX #DB4E6C Cabaret

📋 copy color: '#DB4E6C'

red 219 ◦ green 78 ◦ blue 108

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

Shades of Cabaret #DB4E6C

Tints of Cabaret #DB4E6C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.26%

 BLUE value IS 108 (42.58% from 255) = 26.67%

R = 54.07%
G = 19.26%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB4E6C (or 0xDB4E6C) is known color: Cabaret. HEX triplet: DB, 4E and 6C. RGB value is (219,78,108). Sum of RGB (Red+Green+Blue) = 219+78+108=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4E6C is #24B193. Grayscale: #7B7B7B. Windows color (decimal): -2404756 or 7098075. OLE color: 7098075.

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

Color convert

RGB 219 78 108 -
CMYK 0 0.64 0.51 0.14
HSL 347.23º 0.66% 0.58% -
HSV(B) 347.23º 0.64% 0.86% -
XYZ 34.64 21.59 16.53 -
YUV 123.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 219 78 108 0 0.64 0.51 0.14 347.23 0.66 0.58
Hex DB 4E 6C 0 40 33 E 15B 42 3A
Octal 333 116 154 0 100 63 16 533 102 72
Binary 11011011 1001110 1101100 0 1000000 110011 1110 101011011 1000010 111010

Color Harmonies of #DB4E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4E6C

Black with #DB4E6C

Text Example


Text Example

White with #DB4E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4E6C; }

 p { color: rgb(219,78,108); }

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

background-color css

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

 a { background-color: rgb(219,78,108); }

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

border-color css

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

 span { border-color: rgb(219,78,108); }

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