Html Css Color HEX #D75771 Cabaret

📋 copy color: '#D75771'

red 215 ◦ green 87 ◦ blue 113

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

Shades of Cabaret #D75771

Tints of Cabaret #D75771

RGB

 RED value IS 215 (84.38% from 255) = 51.81%

 GREEN value IS 87 (34.38% from 255) = 20.96%

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

R = 51.81%
G = 20.96%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D75771 (or 0xD75771) is known color: Cabaret. HEX triplet: D7, 57 and 71. RGB value is (215,87,113). Sum of RGB (Red+Green+Blue) = 215+87+113=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D75771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75771 is #28A88E. Grayscale: #808080. Windows color (decimal): -2664591 or 7428055. OLE color: 7428055.

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

Color convert

RGB 215 87 113 -
CMYK 0 0.60 0.47 0.16
HSL 347.81º 0.62% 0.59% -
HSV(B) 347.81º 0.6% 0.84% -
XYZ 34.41 22.46 18.14 -
YUV 128.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 215 87 113 0 0.60 0.47 0.16 347.81 0.62 0.59
Hex D7 57 71 0 3C 2F 10 15C 3E 3B
Octal 327 127 161 0 74 57 20 534 76 73
Binary 11010111 1010111 1110001 0 111100 101111 10000 101011100 111110 111011

Color Harmonies of #D75771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75771

Black with #D75771

Text Example


Text Example

White with #D75771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75771; }

 p { color: rgb(215,87,113); }

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

background-color css

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

 a { background-color: rgb(215,87,113); }

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

border-color css

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

 span { border-color: rgb(215,87,113); }

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