Html Css Color HEX #D95265 Cabaret

📋 copy color: '#D95265'

red 217 ◦ green 82 ◦ blue 101

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

Shades of Cabaret #D95265

Tints of Cabaret #D95265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.25%

R = 54.25%
G = 20.5%
B = 25.25%

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

#D95265 (or 0xD95265) is known color: Cabaret. HEX triplet: D9, 52 and 65. RGB value is (217,82,101). Sum of RGB (Red+Green+Blue) = 217+82+101=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D95265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95265 is #26AD9A. Grayscale: #7C7C7C. Windows color (decimal): -2534811 or 6640345. OLE color: 6640345.

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

Color convert

RGB 217 82 101 -
CMYK 0 0.62 0.53 0.15
HSL 351.56º 0.64% 0.59% -
HSV(B) 351.56º 0.62% 0.85% -
XYZ 33.98 21.73 14.71 -
YUV 124.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 217 82 101 0 0.62 0.53 0.15 351.56 0.64 0.59
Hex D9 52 65 0 3E 35 F 160 40 3B
Octal 331 122 145 0 76 65 17 540 100 73
Binary 11011001 1010010 1100101 0 111110 110101 1111 101100000 1000000 111011

Color Harmonies of #D95265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95265

Black with #D95265

Text Example


Text Example

White with #D95265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95265; }

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

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

background-color css

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

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

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

border-color css

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

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

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