Html Css Color HEX #D95565 Cabaret

📋 copy color: '#D95565'

red 217 ◦ green 85 ◦ blue 101

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

Shades of Cabaret #D95565

Tints of Cabaret #D95565

RGB

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

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

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

R = 53.85%
G = 21.09%
B = 25.06%

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

#D95565 (or 0xD95565) is known color: Cabaret. HEX triplet: D9, 55 and 65. RGB value is (217,85,101). Sum of RGB (Red+Green+Blue) = 217+85+101=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D95565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95565 is #26AA9A. Grayscale: #7E7E7E. Windows color (decimal): -2534043 or 6641113. OLE color: 6641113.

HSL color Cylindrical-coordinate representation of color #D95565: hue angle of 352.73º 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 #D95565 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 85 101 -
CMYK 0 0.61 0.53 0.15
HSL 352.73º 0.63% 0.59% -
HSV(B) 352.73º 0.61% 0.85% -
XYZ 34.21 22.19 14.79 -
YUV 126.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 217 85 101 0 0.61 0.53 0.15 352.73 0.63 0.59
Hex D9 55 65 0 3D 35 F 161 3F 3B
Octal 331 125 145 0 75 65 17 541 77 73
Binary 11011001 1010101 1100101 0 111101 110101 1111 101100001 111111 111011

Color Harmonies of #D95565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95565

Black with #D95565

Text Example


Text Example

White with #D95565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95565; }

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

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

background-color css

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

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

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

border-color css

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

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

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