Html Css Color HEX #DC506B Cabaret

📋 copy color: '#DC506B'

red 220 ◦ green 80 ◦ blue 107

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

Shades of Cabaret #DC506B

Tints of Cabaret #DC506B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.66%

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

R = 54.05%
G = 19.66%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC506B (or 0xDC506B) is known color: Cabaret. HEX triplet: DC, 50 and 6B. RGB value is (220,80,107). Sum of RGB (Red+Green+Blue) = 220+80+107=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC506B is #23AF94. Grayscale: #7C7C7C. Windows color (decimal): -2338709 or 7033052. OLE color: 7033052.

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

Color convert

RGB 220 80 107 -
CMYK 0 0.64 0.51 0.14
HSL 348.43º 0.67% 0.59% -
HSV(B) 348.43º 0.64% 0.86% -
XYZ 35.04 22.01 16.31 -
YUV 124.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 220 80 107 0 0.64 0.51 0.14 348.43 0.67 0.59
Hex DC 50 6B 0 40 33 E 15C 43 3B
Octal 334 120 153 0 100 63 16 534 103 73
Binary 11011100 1010000 1101011 0 1000000 110011 1110 101011100 1000011 111011

Color Harmonies of #DC506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC506B

Black with #DC506B

Text Example


Text Example

White with #DC506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC506B; }

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

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

background-color css

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

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

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

border-color css

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

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

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