Html Css Color HEX #D2496B Cabaret

📋 copy color: '#D2496B'

red 210 ◦ green 73 ◦ blue 107

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

Shades of Cabaret #D2496B

Tints of Cabaret #D2496B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.72%

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

R = 53.85%
G = 18.72%
B = 27.44%

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

#D2496B (or 0xD2496B) is known color: Cabaret. HEX triplet: D2, 49 and 6B. RGB value is (210,73,107). Sum of RGB (Red+Green+Blue) = 210+73+107=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D2496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2496B is #2DB694. Grayscale: #757575. Windows color (decimal): -2995861 or 7031250. OLE color: 7031250.

HSL color Cylindrical-coordinate representation of color #D2496B: hue angle of 345.11º degrees, saturation: 0.6, 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 #D2496B is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 73 107 -
CMYK 0 0.65 0.49 0.18
HSL 345.11º 0.6% 0.55% -
HSV(B) 345.11º 0.65% 0.82% -
XYZ 31.61 19.53 16.01 -
YUV 117.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 210 73 107 0 0.65 0.49 0.18 345.11 0.6 0.55
Hex D2 49 6B 0 41 31 12 159 3C 37
Octal 322 111 153 0 101 61 22 531 74 67
Binary 11010010 1001001 1101011 0 1000001 110001 10010 101011001 111100 110111

Color Harmonies of #D2496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2496B

Black with #D2496B

Text Example


Text Example

White with #D2496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2496B; }

 p { color: rgb(210,73,107); }

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

background-color css

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

 a { background-color: rgb(210,73,107); }

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

border-color css

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

 span { border-color: rgb(210,73,107); }

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