Html Css Color HEX #DB4769 Cabaret

📋 copy color: '#DB4769'

red 219 ◦ green 71 ◦ blue 105

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

Shades of Cabaret #DB4769

Tints of Cabaret #DB4769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.97%

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 55.44%
G = 17.97%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB4769 (or 0xDB4769) is known color: Cabaret. HEX triplet: DB, 47 and 69. RGB value is (219,71,105). Sum of RGB (Red+Green+Blue) = 219+71+105=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4769 is #24B896. Grayscale: #777777. Windows color (decimal): -2406551 or 6899675. OLE color: 6899675.

HSL color Cylindrical-coordinate representation of color #DB4769: hue angle of 346.22º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4769 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 71 105 -
CMYK 0 0.68 0.52 0.14
HSL 346.22º 0.67% 0.57% -
HSV(B) 346.22º 0.68% 0.86% -
XYZ 34.02 20.59 15.55 -
YUV 119.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 219 71 105 0 0.68 0.52 0.14 346.22 0.67 0.57
Hex DB 47 69 0 44 34 E 15A 43 39
Octal 333 107 151 0 104 64 16 532 103 71
Binary 11011011 1000111 1101001 0 1000100 110100 1110 101011010 1000011 111001

Color Harmonies of #DB4769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4769

Black with #DB4769

Text Example


Text Example

White with #DB4769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4769; }

 p { color: rgb(219,71,105); }

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

background-color css

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

 a { background-color: rgb(219,71,105); }

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

border-color css

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

 span { border-color: rgb(219,71,105); }

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