Html Css Color HEX #D75264 Cabaret

📋 copy color: '#D75264'

red 215 ◦ green 82 ◦ blue 100

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

Shades of Cabaret #D75264

Tints of Cabaret #D75264

RGB

 RED value IS 215 (84.38% from 255) = 54.16%

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

 BLUE value IS 100 (39.45% from 255) = 25.19%

R = 54.16%
G = 20.65%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D75264 (or 0xD75264) is known color: Cabaret. HEX triplet: D7, 52 and 64. RGB value is (215,82,100). Sum of RGB (Red+Green+Blue) = 215+82+100=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D75264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75264 is #28AD9B. Grayscale: #7B7B7B. Windows color (decimal): -2665884 or 6574807. OLE color: 6574807.

HSL color Cylindrical-coordinate representation of color #D75264: hue angle of 351.88º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75264 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 82 100 -
CMYK 0 0.62 0.53 0.16
HSL 351.88º 0.62% 0.58% -
HSV(B) 351.88º 0.62% 0.84% -
XYZ 33.34 21.4 14.43 -
YUV 123.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 215 82 100 0 0.62 0.53 0.16 351.88 0.62 0.58
Hex D7 52 64 0 3E 35 10 160 3E 3A
Octal 327 122 144 0 76 65 20 540 76 72
Binary 11010111 1010010 1100100 0 111110 110101 10000 101100000 111110 111010

Color Harmonies of #D75264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75264

Black with #D75264

Text Example


Text Example

White with #D75264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75264; }

 p { color: rgb(215,82,100); }

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

background-color css

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

 a { background-color: rgb(215,82,100); }

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

border-color css

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

 span { border-color: rgb(215,82,100); }

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