Html Css Color HEX #D85267 Cabaret

📋 copy color: '#D85267'

red 216 ◦ green 82 ◦ blue 103

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

Shades of Cabaret #D85267

Tints of Cabaret #D85267

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.45%

 BLUE value IS 103 (40.63% from 255) = 25.69%

R = 53.87%
G = 20.45%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D85267 (or 0xD85267) is known color: Cabaret. HEX triplet: D8, 52 and 67. RGB value is (216,82,103). Sum of RGB (Red+Green+Blue) = 216+82+103=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D85267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85267 is #27AD98. Grayscale: #7C7C7C. Windows color (decimal): -2600345 or 6771416. OLE color: 6771416.

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

Color convert

RGB 216 82 103 -
CMYK 0 0.62 0.52 0.15
HSL 350.6º 0.63% 0.58% -
HSV(B) 350.6º 0.62% 0.85% -
XYZ 33.78 21.61 15.22 -
YUV 124.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 216 82 103 0 0.62 0.52 0.15 350.6 0.63 0.58
Hex D8 52 67 0 3E 34 F 15F 3F 3A
Octal 330 122 147 0 76 64 17 537 77 72
Binary 11011000 1010010 1100111 0 111110 110100 1111 101011111 111111 111010

Color Harmonies of #D85267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85267

Black with #D85267

Text Example


Text Example

White with #D85267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85267; }

 p { color: rgb(216,82,103); }

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

background-color css

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

 a { background-color: rgb(216,82,103); }

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

border-color css

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

 span { border-color: rgb(216,82,103); }

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