Html Css Color HEX #D2486C Cabaret

📋 copy color: '#D2486C'

red 210 ◦ green 72 ◦ blue 108

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

Shades of Cabaret #D2486C

Tints of Cabaret #D2486C

RGB

 RED value IS 210 (82.42% from 255) = 53.85%

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

 BLUE value IS 108 (42.58% from 255) = 27.69%

R = 53.85%
G = 18.46%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2486C (or 0xD2486C) is known color: Cabaret. HEX triplet: D2, 48 and 6C. RGB value is (210,72,108). Sum of RGB (Red+Green+Blue) = 210+72+108=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D2486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2486C is #2DB793. Grayscale: #757575. Windows color (decimal): -2996116 or 7096530. OLE color: 7096530.

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

Color convert

RGB 210 72 108 -
CMYK 0 0.66 0.49 0.18
HSL 344.35º 0.61% 0.55% -
HSV(B) 344.35º 0.66% 0.82% -
XYZ 31.6 19.42 16.27 -
YUV 117.37 122.72 194.07 -
System Red Green Blue C M Y K H S L
Decimal 210 72 108 0 0.66 0.49 0.18 344.35 0.61 0.55
Hex D2 48 6C 0 42 31 12 158 3D 37
Octal 322 110 154 0 102 61 22 530 75 67
Binary 11010010 1001000 1101100 0 1000010 110001 10010 101011000 111101 110111

Color Harmonies of #D2486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2486C

Black with #D2486C

Text Example


Text Example

White with #D2486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2486C; }

 p { color: rgb(210,72,108); }

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

background-color css

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

 a { background-color: rgb(210,72,108); }

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

border-color css

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

 span { border-color: rgb(210,72,108); }

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