Html Css Color HEX #D55071 Cabaret

📋 copy color: '#D55071'

red 213 ◦ green 80 ◦ blue 113

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

Shades of Cabaret #D55071

Tints of Cabaret #D55071

RGB

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

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

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

R = 52.46%
G = 19.7%
B = 27.83%

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

#D55071 (or 0xD55071) is known color: Cabaret. HEX triplet: D5, 50 and 71. RGB value is (213,80,113). Sum of RGB (Red+Green+Blue) = 213+80+113=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D55071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55071 is #2AAF8E. Grayscale: #7B7B7B. Windows color (decimal): -2797455 or 7426261. OLE color: 7426261.

HSL color Cylindrical-coordinate representation of color #D55071: hue angle of 345.11º 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 #D55071 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 113 -
CMYK 0 0.62 0.47 0.16
HSL 345.11º 0.61% 0.57% -
HSV(B) 345.11º 0.62% 0.84% -
XYZ 33.29 21.08 17.94 -
YUV 123.53 122.06 191.82 -
System Red Green Blue C M Y K H S L
Decimal 213 80 113 0 0.62 0.47 0.16 345.11 0.61 0.57
Hex D5 50 71 0 3E 2F 10 159 3D 39
Octal 325 120 161 0 76 57 20 531 75 71
Binary 11010101 1010000 1110001 0 111110 101111 10000 101011001 111101 111001

Color Harmonies of #D55071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55071

Black with #D55071

Text Example


Text Example

White with #D55071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55071; }

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

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

background-color css

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

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

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

border-color css

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

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

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