Html Css Color HEX #D0486B Cabaret

📋 copy color: '#D0486B'

red 208 ◦ green 72 ◦ blue 107

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

Shades of Cabaret #D0486B

Tints of Cabaret #D0486B

RGB

 RED value IS 208 (81.64% from 255) = 53.75%

 GREEN value IS 72 (28.52% from 255) = 18.6%

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

R = 53.75%
G = 18.6%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0486B (or 0xD0486B) is known color: Cabaret. HEX triplet: D0, 48 and 6B. RGB value is (208,72,107). Sum of RGB (Red+Green+Blue) = 208+72+107=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0486B is #2FB794. Grayscale: #747474. Windows color (decimal): -3127189 or 7030992. OLE color: 7030992.

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

Color convert

RGB 208 72 107 -
CMYK 0 0.65 0.49 0.18
HSL 344.56º 0.59% 0.55% -
HSV(B) 344.56º 0.65% 0.82% -
XYZ 30.98 19.11 15.96 -
YUV 116.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 208 72 107 0 0.65 0.49 0.18 344.56 0.59 0.55
Hex D0 48 6B 0 41 31 12 159 3B 37
Octal 320 110 153 0 101 61 22 531 73 67
Binary 11010000 1001000 1101011 0 1000001 110001 10010 101011001 111011 110111

Color Harmonies of #D0486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0486B

Black with #D0486B

Text Example


Text Example

White with #D0486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0486B; }

 p { color: rgb(208,72,107); }

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

background-color css

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

 a { background-color: rgb(208,72,107); }

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

border-color css

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

 span { border-color: rgb(208,72,107); }

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