Html Css Color HEX #DC4B6A Cabaret

📋 copy color: '#DC4B6A'

red 220 ◦ green 75 ◦ blue 106

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

Shades of Cabaret #DC4B6A

Tints of Cabaret #DC4B6A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.7%

 BLUE value IS 106 (41.8% from 255) = 26.43%

R = 54.86%
G = 18.7%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC4B6A (or 0xDC4B6A) is known color: Cabaret. HEX triplet: DC, 4B and 6A. RGB value is (220,75,106). Sum of RGB (Red+Green+Blue) = 220+75+106=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4B6A is #23B495. Grayscale: #797979. Windows color (decimal): -2339990 or 6966236. OLE color: 6966236.

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

Color convert

RGB 220 75 106 -
CMYK 0 0.66 0.52 0.14
HSL 347.17º 0.67% 0.58% -
HSV(B) 347.17º 0.66% 0.86% -
XYZ 34.63 21.29 15.92 -
YUV 121.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 220 75 106 0 0.66 0.52 0.14 347.17 0.67 0.58
Hex DC 4B 6A 0 42 34 E 15B 43 3A
Octal 334 113 152 0 102 64 16 533 103 72
Binary 11011100 1001011 1101010 0 1000010 110100 1110 101011011 1000011 111010

Color Harmonies of #DC4B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4B6A

Black with #DC4B6A

Text Example


Text Example

White with #DC4B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4B6A; }

 p { color: rgb(220,75,106); }

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

background-color css

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

 a { background-color: rgb(220,75,106); }

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

border-color css

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

 span { border-color: rgb(220,75,106); }

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