Html Css Color HEX #D85F6C Cabaret

📋 copy color: '#D85F6C'

red 216 ◦ green 95 ◦ blue 108

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

Shades of Cabaret #D85F6C

Tints of Cabaret #D85F6C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.67%

 BLUE value IS 108 (42.58% from 255) = 25.78%

R = 51.55%
G = 22.67%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D85F6C (or 0xD85F6C) is known color: Cabaret. HEX triplet: D8, 5F and 6C. RGB value is (216,95,108). Sum of RGB (Red+Green+Blue) = 216+95+108=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F6C is #27A093. Grayscale: #848484. Windows color (decimal): -2597012 or 7102424. OLE color: 7102424.

HSL color Cylindrical-coordinate representation of color #D85F6C: hue angle of 353.55º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85F6C is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 95 108 -
CMYK 0 0.56 0.50 0.15
HSL 353.55º 0.61% 0.61% -
HSV(B) 353.55º 0.56% 0.85% -
XYZ 35.12 23.87 16.94 -
YUV 132.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 216 95 108 0 0.56 0.50 0.15 353.55 0.61 0.61
Hex D8 5F 6C 0 38 32 F 162 3D 3D
Octal 330 137 154 0 70 62 17 542 75 75
Binary 11011000 1011111 1101100 0 111000 110010 1111 101100010 111101 111101

Color Harmonies of #D85F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F6C

Black with #D85F6C

Text Example


Text Example

White with #D85F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F6C; }

 p { color: rgb(216,95,108); }

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

background-color css

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

 a { background-color: rgb(216,95,108); }

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

border-color css

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

 span { border-color: rgb(216,95,108); }

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