Html Css Color HEX #D75A6F Cabaret

📋 copy color: '#D75A6F'

red 215 ◦ green 90 ◦ blue 111

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

Shades of Cabaret #D75A6F

Tints of Cabaret #D75A6F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.63%

 BLUE value IS 111 (43.75% from 255) = 26.68%

R = 51.68%
G = 21.63%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D75A6F (or 0xD75A6F) is known color: Cabaret. HEX triplet: D7, 5A and 6F. RGB value is (215,90,111). Sum of RGB (Red+Green+Blue) = 215+90+111=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75A6F is #28A590. Grayscale: #818181. Windows color (decimal): -2663825 or 7297751. OLE color: 7297751.

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

Color convert

RGB 215 90 111 -
CMYK 0 0.58 0.48 0.16
HSL 349.92º 0.61% 0.6% -
HSV(B) 349.92º 0.58% 0.84% -
XYZ 34.55 22.91 17.64 -
YUV 129.77 117.41 188.79 -
System Red Green Blue C M Y K H S L
Decimal 215 90 111 0 0.58 0.48 0.16 349.92 0.61 0.6
Hex D7 5A 6F 0 3A 30 10 15E 3D 3C
Octal 327 132 157 0 72 60 20 536 75 74
Binary 11010111 1011010 1101111 0 111010 110000 10000 101011110 111101 111100

Color Harmonies of #D75A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A6F

Black with #D75A6F

Text Example


Text Example

White with #D75A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A6F; }

 p { color: rgb(215,90,111); }

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

background-color css

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

 a { background-color: rgb(215,90,111); }

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

border-color css

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

 span { border-color: rgb(215,90,111); }

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