Html Css Color HEX #DC526B Cabaret

📋 copy color: '#DC526B'

red 220 ◦ green 82 ◦ blue 107

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

Shades of Cabaret #DC526B

Tints of Cabaret #DC526B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.05%

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

R = 53.79%
G = 20.05%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC526B (or 0xDC526B) is known color: Cabaret. HEX triplet: DC, 52 and 6B. RGB value is (220,82,107). Sum of RGB (Red+Green+Blue) = 220+82+107=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC526B is #23AD94. Grayscale: #7E7E7E. Windows color (decimal): -2338197 or 7033564. OLE color: 7033564.

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

Color convert

RGB 220 82 107 -
CMYK 0 0.63 0.51 0.14
HSL 349.13º 0.66% 0.59% -
HSV(B) 349.13º 0.63% 0.86% -
XYZ 35.19 22.31 16.36 -
YUV 126.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 220 82 107 0 0.63 0.51 0.14 349.13 0.66 0.59
Hex DC 52 6B 0 3F 33 E 15D 42 3B
Octal 334 122 153 0 77 63 16 535 102 73
Binary 11011100 1010010 1101011 0 111111 110011 1110 101011101 1000010 111011

Color Harmonies of #DC526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC526B

Black with #DC526B

Text Example


Text Example

White with #DC526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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