Html Css Color HEX #DE4966 Cabaret

📋 copy color: '#DE4966'

red 222 ◦ green 73 ◦ blue 102

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

Shades of Cabaret #DE4966

Tints of Cabaret #DE4966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.39%

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

R = 55.92%
G = 18.39%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DE4966 (or 0xDE4966) is known color: Cabaret. HEX triplet: DE, 49 and 66. RGB value is (222,73,102). Sum of RGB (Red+Green+Blue) = 222+73+102=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4966 is #21B699. Grayscale: #787878. Windows color (decimal): -2209434 or 6703582. OLE color: 6703582.

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

Color convert

RGB 222 73 102 -
CMYK 0 0.67 0.54 0.13
HSL 348.32º 0.69% 0.58% -
HSV(B) 348.32º 0.67% 0.87% -
XYZ 34.91 21.25 14.83 -
YUV 120.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 222 73 102 0 0.67 0.54 0.13 348.32 0.69 0.58
Hex DE 49 66 0 43 36 D 15C 45 3A
Octal 336 111 146 0 103 66 15 534 105 72
Binary 11011110 1001001 1100110 0 1000011 110110 1101 101011100 1000101 111010

Color Harmonies of #DE4966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4966

Black with #DE4966

Text Example


Text Example

White with #DE4966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4966; }

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

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

background-color css

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

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

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

border-color css

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

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

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