Html Css Color HEX #D15470 Cabaret

📋 copy color: '#D15470'

red 209 ◦ green 84 ◦ blue 112

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

Shades of Cabaret #D15470

Tints of Cabaret #D15470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.74%

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

R = 51.6%
G = 20.74%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D15470 (or 0xD15470) is known color: Cabaret. HEX triplet: D1, 54 and 70. RGB value is (209,84,112). Sum of RGB (Red+Green+Blue) = 209+84+112=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D15470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15470 is #2EAB8F. Grayscale: #7C7C7C. Windows color (decimal): -3058576 or 7361745. OLE color: 7361745.

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

Color convert

RGB 209 84 112 -
CMYK 0 0.60 0.46 0.18
HSL 346.56º 0.58% 0.57% -
HSV(B) 346.56º 0.6% 0.82% -
XYZ 32.39 21.07 17.69 -
YUV 124.57 120.91 188.22 -
System Red Green Blue C M Y K H S L
Decimal 209 84 112 0 0.60 0.46 0.18 346.56 0.58 0.57
Hex D1 54 70 0 3C 2E 12 15B 3A 39
Octal 321 124 160 0 74 56 22 533 72 71
Binary 11010001 1010100 1110000 0 111100 101110 10010 101011011 111010 111001

Color Harmonies of #D15470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15470

Black with #D15470

Text Example


Text Example

White with #D15470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15470; }

 p { color: rgb(209,84,112); }

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

background-color css

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

 a { background-color: rgb(209,84,112); }

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

border-color css

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

 span { border-color: rgb(209,84,112); }

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