Html Css Color HEX #D95C71 Cabaret

📋 copy color: '#D95C71'

red 217 ◦ green 92 ◦ blue 113

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

Shades of Cabaret #D95C71

Tints of Cabaret #D95C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

 BLUE value IS 113 (44.53% from 255) = 26.78%

R = 51.42%
G = 21.8%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D95C71 (or 0xD95C71) is known color: Cabaret. HEX triplet: D9, 5C and 71. RGB value is (217,92,113). Sum of RGB (Red+Green+Blue) = 217+92+113=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C71 is #26A38E. Grayscale: #838383. Windows color (decimal): -2532239 or 7429337. OLE color: 7429337.

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

Color convert

RGB 217 92 113 -
CMYK 0 0.58 0.48 0.15
HSL 349.92º 0.62% 0.61% -
HSV(B) 349.92º 0.58% 0.85% -
XYZ 35.42 23.6 18.31 -
YUV 131.77 117.41 188.79 -
System Red Green Blue C M Y K H S L
Decimal 217 92 113 0 0.58 0.48 0.15 349.92 0.62 0.61
Hex D9 5C 71 0 3A 30 F 15E 3E 3D
Octal 331 134 161 0 72 60 17 536 76 75
Binary 11011001 1011100 1110001 0 111010 110000 1111 101011110 111110 111101

Color Harmonies of #D95C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C71

Black with #D95C71

Text Example


Text Example

White with #D95C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C71; }

 p { color: rgb(217,92,113); }

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

background-color css

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

 a { background-color: rgb(217,92,113); }

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

border-color css

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

 span { border-color: rgb(217,92,113); }

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