Html Css Color HEX #D75266 Cabaret

📋 copy color: '#D75266'

red 215 ◦ green 82 ◦ blue 102

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

Shades of Cabaret #D75266

Tints of Cabaret #D75266

RGB

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

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

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

R = 53.88%
G = 20.55%
B = 25.56%

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

#D75266 (or 0xD75266) is known color: Cabaret. HEX triplet: D7, 52 and 66. RGB value is (215,82,102). Sum of RGB (Red+Green+Blue) = 215+82+102=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D75266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75266 is #28AD99. Grayscale: #7C7C7C. Windows color (decimal): -2665882 or 6705879. OLE color: 6705879.

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

Color convert

RGB 215 82 102 -
CMYK 0 0.62 0.53 0.16
HSL 350.98º 0.62% 0.58% -
HSV(B) 350.98º 0.62% 0.84% -
XYZ 33.44 21.44 14.95 -
YUV 124.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 215 82 102 0 0.62 0.53 0.16 350.98 0.62 0.58
Hex D7 52 66 0 3E 35 10 15F 3E 3A
Octal 327 122 146 0 76 65 20 537 76 72
Binary 11010111 1010010 1100110 0 111110 110101 10000 101011111 111110 111010

Color Harmonies of #D75266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75266

Black with #D75266

Text Example


Text Example

White with #D75266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75266; }

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

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

background-color css

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

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

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

border-color css

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

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

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