Html Css Color HEX #DE4665 Cabaret

📋 copy color: '#DE4665'

red 222 ◦ green 70 ◦ blue 101

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

Shades of Cabaret #DE4665

Tints of Cabaret #DE4665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.81%

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

R = 56.49%
G = 17.81%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE4665 (or 0xDE4665) is known color: Cabaret. HEX triplet: DE, 46 and 65. RGB value is (222,70,101). Sum of RGB (Red+Green+Blue) = 222+70+101=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4665 is #21B99A. Grayscale: #777777. Windows color (decimal): -2210203 or 6637278. OLE color: 6637278.

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

Color convert

RGB 222 70 101 -
CMYK 0 0.68 0.55 0.13
HSL 347.76º 0.7% 0.57% -
HSV(B) 347.76º 0.68% 0.87% -
XYZ 34.66 20.85 14.51 -
YUV 118.98 117.86 201.48 -
System Red Green Blue C M Y K H S L
Decimal 222 70 101 0 0.68 0.55 0.13 347.76 0.7 0.57
Hex DE 46 65 0 44 37 D 15C 46 39
Octal 336 106 145 0 104 67 15 534 106 71
Binary 11011110 1000110 1100101 0 1000100 110111 1101 101011100 1000110 111001

Color Harmonies of #DE4665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4665

Black with #DE4665

Text Example


Text Example

White with #DE4665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4665; }

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

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

background-color css

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

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

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

border-color css

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

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

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