Html Css Color HEX #D55171 Cabaret

📋 copy color: '#D55171'

red 213 ◦ green 81 ◦ blue 113

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

Shades of Cabaret #D55171

Tints of Cabaret #D55171

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.9%

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

R = 52.33%
G = 19.9%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D55171 (or 0xD55171) is known color: Cabaret. HEX triplet: D5, 51 and 71. RGB value is (213,81,113). Sum of RGB (Red+Green+Blue) = 213+81+113=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D55171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55171 is #2AAE8E. Grayscale: #7C7C7C. Windows color (decimal): -2797199 or 7426517. OLE color: 7426517.

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

Color convert

RGB 213 81 113 -
CMYK 0 0.62 0.47 0.16
HSL 345.45º 0.61% 0.58% -
HSV(B) 345.45º 0.62% 0.84% -
XYZ 33.36 21.22 17.96 -
YUV 124.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 213 81 113 0 0.62 0.47 0.16 345.45 0.61 0.58
Hex D5 51 71 0 3E 2F 10 159 3D 3A
Octal 325 121 161 0 76 57 20 531 75 72
Binary 11010101 1010001 1110001 0 111110 101111 10000 101011001 111101 111010

Color Harmonies of #D55171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55171

Black with #D55171

Text Example


Text Example

White with #D55171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55171; }

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

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

background-color css

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

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

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

border-color css

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

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

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