Html Css Color HEX #D55064 Cabaret

📋 copy color: '#D55064'

red 213 ◦ green 80 ◦ blue 100

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

Shades of Cabaret #D55064

Tints of Cabaret #D55064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.45%

R = 54.2%
G = 20.36%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D55064 (or 0xD55064) is known color: Cabaret. HEX triplet: D5, 50 and 64. RGB value is (213,80,100). Sum of RGB (Red+Green+Blue) = 213+80+100=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D55064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55064 is #2AAF9B. Grayscale: #7A7A7A. Windows color (decimal): -2797468 or 6574293. OLE color: 6574293.

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

Color convert

RGB 213 80 100 -
CMYK 0 0.62 0.53 0.16
HSL 350.98º 0.61% 0.57% -
HSV(B) 350.98º 0.62% 0.84% -
XYZ 32.61 20.8 14.35 -
YUV 122.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 213 80 100 0 0.62 0.53 0.16 350.98 0.61 0.57
Hex D5 50 64 0 3E 35 10 15F 3D 39
Octal 325 120 144 0 76 65 20 537 75 71
Binary 11010101 1010000 1100100 0 111110 110101 10000 101011111 111101 111001

Color Harmonies of #D55064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55064

Black with #D55064

Text Example


Text Example

White with #D55064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55064; }

 p { color: rgb(213,80,100); }

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

background-color css

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

 a { background-color: rgb(213,80,100); }

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

border-color css

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

 span { border-color: rgb(213,80,100); }

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