Html Css Color HEX #D95168 Cabaret

📋 copy color: '#D95168'

red 217 ◦ green 81 ◦ blue 104

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

Shades of Cabaret #D95168

Tints of Cabaret #D95168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.15%

 BLUE value IS 104 (41.02% from 255) = 25.87%

R = 53.98%
G = 20.15%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D95168 (or 0xD95168) is known color: Cabaret. HEX triplet: D9, 51 and 68. RGB value is (217,81,104). Sum of RGB (Red+Green+Blue) = 217+81+104=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D95168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95168 is #26AE97. Grayscale: #7C7C7C. Windows color (decimal): -2535064 or 6836697. OLE color: 6836697.

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

Color convert

RGB 217 81 104 -
CMYK 0 0.63 0.52 0.15
HSL 349.85º 0.64% 0.58% -
HSV(B) 349.85º 0.63% 0.85% -
XYZ 34.06 21.64 15.48 -
YUV 124.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 217 81 104 0 0.63 0.52 0.15 349.85 0.64 0.58
Hex D9 51 68 0 3F 34 F 15E 40 3A
Octal 331 121 150 0 77 64 17 536 100 72
Binary 11011001 1010001 1101000 0 111111 110100 1111 101011110 1000000 111010

Color Harmonies of #D95168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95168

Black with #D95168

Text Example


Text Example

White with #D95168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95168; }

 p { color: rgb(217,81,104); }

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

background-color css

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

 a { background-color: rgb(217,81,104); }

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

border-color css

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

 span { border-color: rgb(217,81,104); }

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