Html Css Color HEX #DE5A68 Cabaret

📋 copy color: '#DE5A68'

red 222 ◦ green 90 ◦ blue 104

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

Shades of Cabaret #DE5A68

Tints of Cabaret #DE5A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.63%

 BLUE value IS 104 (41.02% from 255) = 25%

R = 53.37%
G = 21.63%
B = 25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE5A68 (or 0xDE5A68) is known color: Cabaret. HEX triplet: DE, 5A and 68. RGB value is (222,90,104). Sum of RGB (Red+Green+Blue) = 222+90+104=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5A68 is #21A597. Grayscale: #838383. Windows color (decimal): -2205080 or 6839006. OLE color: 6839006.

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

Color convert

RGB 222 90 104 -
CMYK 0 0.59 0.53 0.13
HSL 353.64º 0.67% 0.61% -
HSV(B) 353.64º 0.59% 0.87% -
XYZ 36.28 23.84 15.79 -
YUV 131.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 222 90 104 0 0.59 0.53 0.13 353.64 0.67 0.61
Hex DE 5A 68 0 3B 35 D 162 43 3D
Octal 336 132 150 0 73 65 15 542 103 75
Binary 11011110 1011010 1101000 0 111011 110101 1101 101100010 1000011 111101

Color Harmonies of #DE5A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5A68

Black with #DE5A68

Text Example


Text Example

White with #DE5A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5A68; }

 p { color: rgb(222,90,104); }

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

background-color css

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

 a { background-color: rgb(222,90,104); }

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

border-color css

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

 span { border-color: rgb(222,90,104); }

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