Html Css Color HEX #D75F71 Cabaret

📋 copy color: '#D75F71'

red 215 ◦ green 95 ◦ blue 113

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

Shades of Cabaret #D75F71

Tints of Cabaret #D75F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 50.83%
G = 22.46%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D75F71 (or 0xD75F71) is known color: Cabaret. HEX triplet: D7, 5F and 71. RGB value is (215,95,113). Sum of RGB (Red+Green+Blue) = 215+95+113=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75F71 is #28A08E. Grayscale: #848484. Windows color (decimal): -2662543 or 7430103. OLE color: 7430103.

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

Color convert

RGB 215 95 113 -
CMYK 0 0.56 0.47 0.16
HSL 351º 0.6% 0.61% -
HSV(B) 351º 0.56% 0.84% -
XYZ 35.1 23.82 18.37 -
YUV 132.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 215 95 113 0 0.56 0.47 0.16 351 0.6 0.61
Hex D7 5F 71 0 38 2F 10 15F 3C 3D
Octal 327 137 161 0 70 57 20 537 74 75
Binary 11010111 1011111 1110001 0 111000 101111 10000 101011111 111100 111101

Color Harmonies of #D75F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F71

Black with #D75F71

Text Example


Text Example

White with #D75F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F71; }

 p { color: rgb(215,95,113); }

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

background-color css

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

 a { background-color: rgb(215,95,113); }

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

border-color css

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

 span { border-color: rgb(215,95,113); }

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