Html Css Color HEX #D15F6B Cabaret

📋 copy color: '#D15F6B'

red 209 ◦ green 95 ◦ blue 107

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

Shades of Cabaret #D15F6B

Tints of Cabaret #D15F6B

RGB

 RED value IS 209 (82.03% from 255) = 50.85%

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

 BLUE value IS 107 (42.19% from 255) = 26.03%

R = 50.85%
G = 23.11%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D15F6B (or 0xD15F6B) is known color: Cabaret. HEX triplet: D1, 5F and 6B. RGB value is (209,95,107). Sum of RGB (Red+Green+Blue) = 209+95+107=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F6B is #2EA094. Grayscale: #828282. Windows color (decimal): -3055765 or 7036881. OLE color: 7036881.

HSL color Cylindrical-coordinate representation of color #D15F6B: hue angle of 353.68º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15F6B is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 95 107 -
CMYK 0 0.55 0.49 0.18
HSL 353.68º 0.55% 0.6% -
HSV(B) 353.68º 0.55% 0.82% -
XYZ 33.04 22.8 16.57 -
YUV 130.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 209 95 107 0 0.55 0.49 0.18 353.68 0.55 0.6
Hex D1 5F 6B 0 37 31 12 162 37 3C
Octal 321 137 153 0 67 61 22 542 67 74
Binary 11010001 1011111 1101011 0 110111 110001 10010 101100010 110111 111100

Color Harmonies of #D15F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15F6B

Black with #D15F6B

Text Example


Text Example

White with #D15F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15F6B; }

 p { color: rgb(209,95,107); }

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

background-color css

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

 a { background-color: rgb(209,95,107); }

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

border-color css

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

 span { border-color: rgb(209,95,107); }

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