Html Css Color HEX #D95266 Cabaret

📋 copy color: '#D95266'

red 217 ◦ green 82 ◦ blue 102

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

Shades of Cabaret #D95266

Tints of Cabaret #D95266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.45%

 BLUE value IS 102 (40.23% from 255) = 25.44%

R = 54.11%
G = 20.45%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D95266 (or 0xD95266) is known color: Cabaret. HEX triplet: D9, 52 and 66. RGB value is (217,82,102). Sum of RGB (Red+Green+Blue) = 217+82+102=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D95266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95266 is #26AD99. Grayscale: #7C7C7C. Windows color (decimal): -2534810 or 6705881. OLE color: 6705881.

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

Color convert

RGB 217 82 102 -
CMYK 0 0.62 0.53 0.15
HSL 351.11º 0.64% 0.59% -
HSV(B) 351.11º 0.62% 0.85% -
XYZ 34.03 21.75 14.97 -
YUV 124.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 217 82 102 0 0.62 0.53 0.15 351.11 0.64 0.59
Hex D9 52 66 0 3E 35 F 15F 40 3B
Octal 331 122 146 0 76 65 17 537 100 73
Binary 11011001 1010010 1100110 0 111110 110101 1111 101011111 1000000 111011

Color Harmonies of #D95266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95266

Black with #D95266

Text Example


Text Example

White with #D95266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95266; }

 p { color: rgb(217,82,102); }

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

background-color css

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

 a { background-color: rgb(217,82,102); }

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

border-color css

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

 span { border-color: rgb(217,82,102); }

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