Html Css Color HEX #D95569 Cabaret

📋 copy color: '#D95569'

red 217 ◦ green 85 ◦ blue 105

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

Shades of Cabaret #D95569

Tints of Cabaret #D95569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.8%

R = 53.32%
G = 20.88%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D95569 (or 0xD95569) is known color: Cabaret. HEX triplet: D9, 55 and 69. RGB value is (217,85,105). Sum of RGB (Red+Green+Blue) = 217+85+105=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D95569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95569 is #26AA96. Grayscale: #7E7E7E. Windows color (decimal): -2534039 or 6903257. OLE color: 6903257.

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

Color convert

RGB 217 85 105 -
CMYK 0 0.61 0.52 0.15
HSL 350.91º 0.63% 0.59% -
HSV(B) 350.91º 0.61% 0.85% -
XYZ 34.41 22.27 15.85 -
YUV 126.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 217 85 105 0 0.61 0.52 0.15 350.91 0.63 0.59
Hex D9 55 69 0 3D 34 F 15F 3F 3B
Octal 331 125 151 0 75 64 17 537 77 73
Binary 11011001 1010101 1101001 0 111101 110100 1111 101011111 111111 111011

Color Harmonies of #D95569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95569

Black with #D95569

Text Example


Text Example

White with #D95569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95569; }

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

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

background-color css

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

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

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

border-color css

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

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

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