Html Css Color HEX #D75366 Cabaret

📋 copy color: '#D75366'

red 215 ◦ green 83 ◦ blue 102

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

Shades of Cabaret #D75366

Tints of Cabaret #D75366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.75%

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

R = 53.75%
G = 20.75%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D75366 (or 0xD75366) is known color: Cabaret. HEX triplet: D7, 53 and 66. RGB value is (215,83,102). Sum of RGB (Red+Green+Blue) = 215+83+102=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D75366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75366 is #28AC99. Grayscale: #7C7C7C. Windows color (decimal): -2665626 or 6706135. OLE color: 6706135.

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

Color convert

RGB 215 83 102 -
CMYK 0 0.61 0.53 0.16
HSL 351.36º 0.62% 0.58% -
HSV(B) 351.36º 0.61% 0.84% -
XYZ 33.52 21.59 14.97 -
YUV 124.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 215 83 102 0 0.61 0.53 0.16 351.36 0.62 0.58
Hex D7 53 66 0 3D 35 10 15F 3E 3A
Octal 327 123 146 0 75 65 20 537 76 72
Binary 11010111 1010011 1100110 0 111101 110101 10000 101011111 111110 111010

Color Harmonies of #D75366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75366

Black with #D75366

Text Example


Text Example

White with #D75366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75366; }

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

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

background-color css

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

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

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

border-color css

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

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

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