Html Css Color HEX #DC4D6B Cabaret

📋 copy color: '#DC4D6B'

red 220 ◦ green 77 ◦ blue 107

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

Shades of Cabaret #DC4D6B

Tints of Cabaret #DC4D6B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.06%

 BLUE value IS 107 (42.19% from 255) = 26.49%

R = 54.46%
G = 19.06%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC4D6B (or 0xDC4D6B) is known color: Cabaret. HEX triplet: DC, 4D and 6B. RGB value is (220,77,107). Sum of RGB (Red+Green+Blue) = 220+77+107=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4D6B is #23B294. Grayscale: #7B7B7B. Windows color (decimal): -2339477 or 7032284. OLE color: 7032284.

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

Color convert

RGB 220 77 107 -
CMYK 0 0.65 0.51 0.14
HSL 347.41º 0.67% 0.58% -
HSV(B) 347.41º 0.65% 0.86% -
XYZ 34.82 21.58 16.24 -
YUV 123.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 220 77 107 0 0.65 0.51 0.14 347.41 0.67 0.58
Hex DC 4D 6B 0 41 33 E 15B 43 3A
Octal 334 115 153 0 101 63 16 533 103 72
Binary 11011100 1001101 1101011 0 1000001 110011 1110 101011011 1000011 111010

Color Harmonies of #DC4D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D6B

Black with #DC4D6B

Text Example


Text Example

White with #DC4D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D6B; }

 p { color: rgb(220,77,107); }

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

background-color css

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

 a { background-color: rgb(220,77,107); }

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

border-color css

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

 span { border-color: rgb(220,77,107); }

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