Html Css Color HEX #D55C68 Cabaret

📋 copy color: '#D55C68'

red 213 ◦ green 92 ◦ blue 104

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

Shades of Cabaret #D55C68

Tints of Cabaret #D55C68

RGB

 RED value IS 213 (83.59% from 255) = 52.08%

 GREEN value IS 92 (36.33% from 255) = 22.49%

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

R = 52.08%
G = 22.49%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D55C68 (or 0xD55C68) is known color: Cabaret. HEX triplet: D5, 5C and 68. RGB value is (213,92,104). Sum of RGB (Red+Green+Blue) = 213+92+104=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C68 is #2AA397. Grayscale: #818181. Windows color (decimal): -2794392 or 6839509. OLE color: 6839509.

HSL color Cylindrical-coordinate representation of color #D55C68: hue angle of 354.05º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55C68 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 92 104 -
CMYK 0 0.57 0.51 0.16
HSL 354.05º 0.59% 0.6% -
HSV(B) 354.05º 0.57% 0.84% -
XYZ 33.77 22.8 15.72 -
YUV 129.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 213 92 104 0 0.57 0.51 0.16 354.05 0.59 0.6
Hex D5 5C 68 0 39 33 10 162 3B 3C
Octal 325 134 150 0 71 63 20 542 73 74
Binary 11010101 1011100 1101000 0 111001 110011 10000 101100010 111011 111100

Color Harmonies of #D55C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55C68

Black with #D55C68

Text Example


Text Example

White with #D55C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55C68; }

 p { color: rgb(213,92,104); }

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

background-color css

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

 a { background-color: rgb(213,92,104); }

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

border-color css

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

 span { border-color: rgb(213,92,104); }

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