Html Css Color HEX #D95D6E Cabaret

📋 copy color: '#D95D6E'

red 217 ◦ green 93 ◦ blue 110

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

Shades of Cabaret #D95D6E

Tints of Cabaret #D95D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.14%

 BLUE value IS 110 (43.36% from 255) = 26.19%

R = 51.67%
G = 22.14%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D95D6E (or 0xD95D6E) is known color: Cabaret. HEX triplet: D9, 5D and 6E. RGB value is (217,93,110). Sum of RGB (Red+Green+Blue) = 217+93+110=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95D6E is #26A291. Grayscale: #848484. Windows color (decimal): -2531986 or 7232985. OLE color: 7232985.

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

Color convert

RGB 217 93 110 -
CMYK 0 0.57 0.49 0.15
HSL 351.77º 0.62% 0.61% -
HSV(B) 351.77º 0.57% 0.85% -
XYZ 35.34 23.71 17.46 -
YUV 132.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 217 93 110 0 0.57 0.49 0.15 351.77 0.62 0.61
Hex D9 5D 6E 0 39 31 F 160 3E 3D
Octal 331 135 156 0 71 61 17 540 76 75
Binary 11011001 1011101 1101110 0 111001 110001 1111 101100000 111110 111101

Color Harmonies of #D95D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D6E

Black with #D95D6E

Text Example


Text Example

White with #D95D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D6E; }

 p { color: rgb(217,93,110); }

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

background-color css

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

 a { background-color: rgb(217,93,110); }

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

border-color css

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

 span { border-color: rgb(217,93,110); }

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