Html Css Color HEX #D95165 Cabaret

📋 copy color: '#D95165'

red 217 ◦ green 81 ◦ blue 101

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

Shades of Cabaret #D95165

Tints of Cabaret #D95165

RGB

 RED value IS 217 (85.16% from 255) = 54.39%

 GREEN value IS 81 (32.03% from 255) = 20.3%

 BLUE value IS 101 (39.84% from 255) = 25.31%

R = 54.39%
G = 20.3%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D95165 (or 0xD95165) is known color: Cabaret. HEX triplet: D9, 51 and 65. RGB value is (217,81,101). Sum of RGB (Red+Green+Blue) = 217+81+101=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D95165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95165 is #26AE9A. Grayscale: #7B7B7B. Windows color (decimal): -2535067 or 6640089. OLE color: 6640089.

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

Color convert

RGB 217 81 101 -
CMYK 0 0.63 0.53 0.15
HSL 351.18º 0.64% 0.58% -
HSV(B) 351.18º 0.63% 0.85% -
XYZ 33.91 21.58 14.69 -
YUV 123.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 217 81 101 0 0.63 0.53 0.15 351.18 0.64 0.58
Hex D9 51 65 0 3F 35 F 15F 40 3A
Octal 331 121 145 0 77 65 17 537 100 72
Binary 11011001 1010001 1100101 0 111111 110101 1111 101011111 1000000 111010

Color Harmonies of #D95165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95165

Black with #D95165

Text Example


Text Example

White with #D95165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95165; }

 p { color: rgb(217,81,101); }

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

background-color css

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

 a { background-color: rgb(217,81,101); }

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

border-color css

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

 span { border-color: rgb(217,81,101); }

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