Html Css Color HEX #DE5565 Cabaret

📋 copy color: '#DE5565'

red 222 ◦ green 85 ◦ blue 101

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

Shades of Cabaret #DE5565

Tints of Cabaret #DE5565

RGB

 RED value IS 222 (87.11% from 255) = 54.41%

 GREEN value IS 85 (33.59% from 255) = 20.83%

 BLUE value IS 101 (39.84% from 255) = 24.75%

R = 54.41%
G = 20.83%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE5565 (or 0xDE5565) is known color: Cabaret. HEX triplet: DE, 55 and 65. RGB value is (222,85,101). Sum of RGB (Red+Green+Blue) = 222+85+101=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5565 is #21AA9A. Grayscale: #7F7F7F. Windows color (decimal): -2206363 or 6641118. OLE color: 6641118.

HSL color Cylindrical-coordinate representation of color #DE5565: hue angle of 352.99º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE5565 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 85 101 -
CMYK 0 0.62 0.55 0.13
HSL 352.99º 0.67% 0.6% -
HSV(B) 352.99º 0.62% 0.87% -
XYZ 35.72 22.97 14.86 -
YUV 127.79 112.89 195.2 -
System Red Green Blue C M Y K H S L
Decimal 222 85 101 0 0.62 0.55 0.13 352.99 0.67 0.6
Hex DE 55 65 0 3E 37 D 161 43 3C
Octal 336 125 145 0 76 67 15 541 103 74
Binary 11011110 1010101 1100101 0 111110 110111 1101 101100001 1000011 111100

Color Harmonies of #DE5565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5565

Black with #DE5565

Text Example


Text Example

White with #DE5565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5565; }

 p { color: rgb(222,85,101); }

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

background-color css

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

 a { background-color: rgb(222,85,101); }

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

border-color css

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

 span { border-color: rgb(222,85,101); }

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