Html Css Color HEX #DB4469 Cabaret

📋 copy color: '#DB4469'

red 219 ◦ green 68 ◦ blue 105

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

Shades of Cabaret #DB4469

Tints of Cabaret #DB4469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.35%

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

R = 55.87%
G = 17.35%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB4469 (or 0xDB4469) is known color: Cabaret. HEX triplet: DB, 44 and 69. RGB value is (219,68,105). Sum of RGB (Red+Green+Blue) = 219+68+105=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4469 is #24BB96. Grayscale: #757575. Windows color (decimal): -2407319 or 6898907. OLE color: 6898907.

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

Color convert

RGB 219 68 105 -
CMYK 0 0.69 0.52 0.14
HSL 345.3º 0.68% 0.56% -
HSV(B) 345.3º 0.69% 0.86% -
XYZ 33.83 20.21 15.48 -
YUV 117.37 121.03 200.49 -
System Red Green Blue C M Y K H S L
Decimal 219 68 105 0 0.69 0.52 0.14 345.3 0.68 0.56
Hex DB 44 69 0 45 34 E 159 44 38
Octal 333 104 151 0 105 64 16 531 104 70
Binary 11011011 1000100 1101001 0 1000101 110100 1110 101011001 1000100 111000

Color Harmonies of #DB4469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4469

Black with #DB4469

Text Example


Text Example

White with #DB4469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4469; }

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

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

background-color css

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

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

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

border-color css

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

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

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