Html Css Color HEX #D85B6B Cabaret

📋 copy color: '#D85B6B'

red 216 ◦ green 91 ◦ blue 107

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

Shades of Cabaret #D85B6B

Tints of Cabaret #D85B6B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.98%

 BLUE value IS 107 (42.19% from 255) = 25.85%

R = 52.17%
G = 21.98%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D85B6B (or 0xD85B6B) is known color: Cabaret. HEX triplet: D8, 5B and 6B. RGB value is (216,91,107). Sum of RGB (Red+Green+Blue) = 216+91+107=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B6B is #27A494. Grayscale: #828282. Windows color (decimal): -2598037 or 7035864. OLE color: 7035864.

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

Color convert

RGB 216 91 107 -
CMYK 0 0.58 0.50 0.15
HSL 352.32º 0.62% 0.6% -
HSV(B) 352.32º 0.58% 0.85% -
XYZ 34.71 23.14 16.55 -
YUV 130.2 114.91 189.2 -
System Red Green Blue C M Y K H S L
Decimal 216 91 107 0 0.58 0.50 0.15 352.32 0.62 0.6
Hex D8 5B 6B 0 3A 32 F 160 3E 3C
Octal 330 133 153 0 72 62 17 540 76 74
Binary 11011000 1011011 1101011 0 111010 110010 1111 101100000 111110 111100

Color Harmonies of #D85B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B6B

Black with #D85B6B

Text Example


Text Example

White with #D85B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B6B; }

 p { color: rgb(216,91,107); }

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

background-color css

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

 a { background-color: rgb(216,91,107); }

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

border-color css

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

 span { border-color: rgb(216,91,107); }

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