Html Css Color HEX #D55A71 Cabaret

📋 copy color: '#D55A71'

red 213 ◦ green 90 ◦ blue 113

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

Shades of Cabaret #D55A71

Tints of Cabaret #D55A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.16%

R = 51.2%
G = 21.63%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D55A71 (or 0xD55A71) is known color: Cabaret. HEX triplet: D5, 5A and 71. RGB value is (213,90,113). Sum of RGB (Red+Green+Blue) = 213+90+113=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A71 is #2AA58E. Grayscale: #818181. Windows color (decimal): -2794895 or 7428821. OLE color: 7428821.

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

Color convert

RGB 213 90 113 -
CMYK 0 0.58 0.47 0.16
HSL 348.78º 0.59% 0.59% -
HSV(B) 348.78º 0.58% 0.84% -
XYZ 34.08 22.65 18.2 -
YUV 129.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 213 90 113 0 0.58 0.47 0.16 348.78 0.59 0.59
Hex D5 5A 71 0 3A 2F 10 15D 3B 3B
Octal 325 132 161 0 72 57 20 535 73 73
Binary 11010101 1011010 1110001 0 111010 101111 10000 101011101 111011 111011

Color Harmonies of #D55A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A71

Black with #D55A71

Text Example


Text Example

White with #D55A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A71; }

 p { color: rgb(213,90,113); }

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

background-color css

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

 a { background-color: rgb(213,90,113); }

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

border-color css

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

 span { border-color: rgb(213,90,113); }

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