Html Css Color HEX #D75D70 Cabaret

📋 copy color: '#D75D70'

red 215 ◦ green 93 ◦ blue 112

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

Shades of Cabaret #D75D70

Tints of Cabaret #D75D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.14%

 BLUE value IS 112 (44.14% from 255) = 26.67%

R = 51.19%
G = 22.14%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D75D70 (or 0xD75D70) is known color: Cabaret. HEX triplet: D7, 5D and 70. RGB value is (215,93,112). Sum of RGB (Red+Green+Blue) = 215+93+112=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75D70 is #28A28F. Grayscale: #838383. Windows color (decimal): -2663056 or 7364055. OLE color: 7364055.

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

Color convert

RGB 215 93 112 -
CMYK 0 0.57 0.48 0.16
HSL 350.66º 0.6% 0.6% -
HSV(B) 350.66º 0.57% 0.84% -
XYZ 34.86 23.45 18.02 -
YUV 131.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 215 93 112 0 0.57 0.48 0.16 350.66 0.6 0.6
Hex D7 5D 70 0 39 30 10 15F 3C 3C
Octal 327 135 160 0 71 60 20 537 74 74
Binary 11010111 1011101 1110000 0 111001 110000 10000 101011111 111100 111100

Color Harmonies of #D75D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75D70

Black with #D75D70

Text Example


Text Example

White with #D75D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75D70; }

 p { color: rgb(215,93,112); }

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

background-color css

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

 a { background-color: rgb(215,93,112); }

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

border-color css

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

 span { border-color: rgb(215,93,112); }

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