Html Css Color HEX #D85671 Cabaret

📋 copy color: '#D85671'

red 216 ◦ green 86 ◦ blue 113

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

Shades of Cabaret #D85671

Tints of Cabaret #D85671

RGB

 RED value IS 216 (84.77% from 255) = 52.05%

 GREEN value IS 86 (33.98% from 255) = 20.72%

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

R = 52.05%
G = 20.72%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D85671 (or 0xD85671) is known color: Cabaret. HEX triplet: D8, 56 and 71. RGB value is (216,86,113). Sum of RGB (Red+Green+Blue) = 216+86+113=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D85671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85671 is #27A98E. Grayscale: #7F7F7F. Windows color (decimal): -2599311 or 7427800. OLE color: 7427800.

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

Color convert

RGB 216 86 113 -
CMYK 0 0.60 0.48 0.15
HSL 347.54º 0.63% 0.59% -
HSV(B) 347.54º 0.6% 0.85% -
XYZ 34.63 22.45 18.13 -
YUV 127.95 119.57 190.8 -
System Red Green Blue C M Y K H S L
Decimal 216 86 113 0 0.60 0.48 0.15 347.54 0.63 0.59
Hex D8 56 71 0 3C 30 F 15C 3E 3B
Octal 330 126 161 0 74 60 17 534 76 73
Binary 11011000 1010110 1110001 0 111100 110000 1111 101011100 111110 111011

Color Harmonies of #D85671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85671

Black with #D85671

Text Example


Text Example

White with #D85671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85671; }

 p { color: rgb(216,86,113); }

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

background-color css

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

 a { background-color: rgb(216,86,113); }

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

border-color css

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

 span { border-color: rgb(216,86,113); }

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