Html Css Color HEX #DC4769 Cabaret

📋 copy color: '#DC4769'

red 220 ◦ green 71 ◦ blue 105

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

Shades of Cabaret #DC4769

Tints of Cabaret #DC4769

RGB

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

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

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

R = 55.56%
G = 17.93%
B = 26.52%

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

#DC4769 (or 0xDC4769) is known color: Cabaret. HEX triplet: DC, 47 and 69. RGB value is (220,71,105). Sum of RGB (Red+Green+Blue) = 220+71+105=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4769 is #23B896. Grayscale: #777777. Windows color (decimal): -2341015 or 6899676. OLE color: 6899676.

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

Color convert

RGB 220 71 105 -
CMYK 0 0.68 0.52 0.14
HSL 346.31º 0.68% 0.57% -
HSV(B) 346.31º 0.68% 0.86% -
XYZ 34.32 20.74 15.56 -
YUV 119.43 119.86 199.74 -
System Red Green Blue C M Y K H S L
Decimal 220 71 105 0 0.68 0.52 0.14 346.31 0.68 0.57
Hex DC 47 69 0 44 34 E 15A 44 39
Octal 334 107 151 0 104 64 16 532 104 71
Binary 11011100 1000111 1101001 0 1000100 110100 1110 101011010 1000100 111001

Color Harmonies of #DC4769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4769

Black with #DC4769

Text Example


Text Example

White with #DC4769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4769; }

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

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

background-color css

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

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

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

border-color css

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

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

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