Html Css Color HEX #DC4669 Cabaret

📋 copy color: '#DC4669'

red 220 ◦ green 70 ◦ blue 105

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

Shades of Cabaret #DC4669

Tints of Cabaret #DC4669

RGB

 RED value IS 220 (86.33% from 255) = 55.7%

 GREEN value IS 70 (27.73% from 255) = 17.72%

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

R = 55.7%
G = 17.72%
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

#DC4669 (or 0xDC4669) is known color: Cabaret. HEX triplet: DC, 46 and 69. RGB value is (220,70,105). Sum of RGB (Red+Green+Blue) = 220+70+105=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4669 is #23B996. Grayscale: #767676. Windows color (decimal): -2341271 or 6899420. OLE color: 6899420.

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

Color convert

RGB 220 70 105 -
CMYK 0 0.68 0.52 0.14
HSL 346º 0.68% 0.57% -
HSV(B) 346º 0.68% 0.86% -
XYZ 34.26 20.62 15.54 -
YUV 118.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 220 70 105 0 0.68 0.52 0.14 346 0.68 0.57
Hex DC 46 69 0 44 34 E 15A 44 39
Octal 334 106 151 0 104 64 16 532 104 71
Binary 11011100 1000110 1101001 0 1000100 110100 1110 101011010 1000100 111001

Color Harmonies of #DC4669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4669

Black with #DC4669

Text Example


Text Example

White with #DC4669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4669; }

 p { color: rgb(220,70,105); }

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

background-color css

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

 a { background-color: rgb(220,70,105); }

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

border-color css

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

 span { border-color: rgb(220,70,105); }

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