Html Css Color HEX #D95E6B Cabaret

📋 copy color: '#D95E6B'

red 217 ◦ green 94 ◦ blue 107

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

Shades of Cabaret #D95E6B

Tints of Cabaret #D95E6B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.49%

 BLUE value IS 107 (42.19% from 255) = 25.6%

R = 51.91%
G = 22.49%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D95E6B (or 0xD95E6B) is known color: Cabaret. HEX triplet: D9, 5E and 6B. RGB value is (217,94,107). Sum of RGB (Red+Green+Blue) = 217+94+107=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95E6B is #26A194. Grayscale: #848484. Windows color (decimal): -2531733 or 7036633. OLE color: 7036633.

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

Color convert

RGB 217 94 107 -
CMYK 0 0.57 0.51 0.15
HSL 353.66º 0.62% 0.61% -
HSV(B) 353.66º 0.57% 0.85% -
XYZ 35.27 23.82 16.65 -
YUV 132.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 217 94 107 0 0.57 0.51 0.15 353.66 0.62 0.61
Hex D9 5E 6B 0 39 33 F 162 3E 3D
Octal 331 136 153 0 71 63 17 542 76 75
Binary 11011001 1011110 1101011 0 111001 110011 1111 101100010 111110 111101

Color Harmonies of #D95E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95E6B

Black with #D95E6B

Text Example


Text Example

White with #D95E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95E6B; }

 p { color: rgb(217,94,107); }

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

background-color css

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

 a { background-color: rgb(217,94,107); }

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

border-color css

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

 span { border-color: rgb(217,94,107); }

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