Html Css Color HEX #DE5066 Cabaret

📋 copy color: '#DE5066'

red 222 ◦ green 80 ◦ blue 102

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

Shades of Cabaret #DE5066

Tints of Cabaret #DE5066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.25%

R = 54.95%
G = 19.8%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DE5066 (or 0xDE5066) is known color: Cabaret. HEX triplet: DE, 50 and 66. RGB value is (222,80,102). Sum of RGB (Red+Green+Blue) = 222+80+102=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5066 is #21AF99. Grayscale: #7D7D7D. Windows color (decimal): -2207642 or 6705374. OLE color: 6705374.

HSL color Cylindrical-coordinate representation of color #DE5066: hue angle of 350.7º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5066 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 80 102 -
CMYK 0 0.64 0.54 0.13
HSL 350.7º 0.68% 0.59% -
HSV(B) 350.7º 0.64% 0.87% -
XYZ 35.39 22.23 15 -
YUV 124.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 222 80 102 0 0.64 0.54 0.13 350.7 0.68 0.59
Hex DE 50 66 0 40 36 D 15F 44 3B
Octal 336 120 146 0 100 66 15 537 104 73
Binary 11011110 1010000 1100110 0 1000000 110110 1101 101011111 1000100 111011

Color Harmonies of #DE5066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5066

Black with #DE5066

Text Example


Text Example

White with #DE5066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5066; }

 p { color: rgb(222,80,102); }

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

background-color css

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

 a { background-color: rgb(222,80,102); }

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

border-color css

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

 span { border-color: rgb(222,80,102); }

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