Html Css Color HEX #D95566 Cabaret

📋 copy color: '#D95566'

red 217 ◦ green 85 ◦ blue 102

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

Shades of Cabaret #D95566

Tints of Cabaret #D95566

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.04%

 BLUE value IS 102 (40.23% from 255) = 25.25%

R = 53.71%
G = 21.04%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D95566 (or 0xD95566) is known color: Cabaret. HEX triplet: D9, 55 and 66. RGB value is (217,85,102). Sum of RGB (Red+Green+Blue) = 217+85+102=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D95566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95566 is #26AA99. Grayscale: #7E7E7E. Windows color (decimal): -2534042 or 6706649. OLE color: 6706649.

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

Color convert

RGB 217 85 102 -
CMYK 0 0.61 0.53 0.15
HSL 352.27º 0.63% 0.59% -
HSV(B) 352.27º 0.61% 0.85% -
XYZ 34.26 22.21 15.05 -
YUV 126.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 217 85 102 0 0.61 0.53 0.15 352.27 0.63 0.59
Hex D9 55 66 0 3D 35 F 160 3F 3B
Octal 331 125 146 0 75 65 17 540 77 73
Binary 11011001 1010101 1100110 0 111101 110101 1111 101100000 111111 111011

Color Harmonies of #D95566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95566

Black with #D95566

Text Example


Text Example

White with #D95566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95566; }

 p { color: rgb(217,85,102); }

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

background-color css

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

 a { background-color: rgb(217,85,102); }

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

border-color css

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

 span { border-color: rgb(217,85,102); }

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