Html Css Color HEX #D2496A Cabaret

📋 copy color: '#D2496A'

red 210 ◦ green 73 ◦ blue 106

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

Shades of Cabaret #D2496A

Tints of Cabaret #D2496A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.25%

R = 53.98%
G = 18.77%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2496A (or 0xD2496A) is known color: Cabaret. HEX triplet: D2, 49 and 6A. RGB value is (210,73,106). Sum of RGB (Red+Green+Blue) = 210+73+106=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2496A is #2DB695. Grayscale: #757575. Windows color (decimal): -2995862 or 6965714. OLE color: 6965714.

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

Color convert

RGB 210 73 106 -
CMYK 0 0.65 0.50 0.18
HSL 345.55º 0.6% 0.55% -
HSV(B) 345.55º 0.65% 0.82% -
XYZ 31.56 19.51 15.74 -
YUV 117.73 121.39 193.82 -
System Red Green Blue C M Y K H S L
Decimal 210 73 106 0 0.65 0.50 0.18 345.55 0.6 0.55
Hex D2 49 6A 0 41 32 12 15A 3C 37
Octal 322 111 152 0 101 62 22 532 74 67
Binary 11010010 1001001 1101010 0 1000001 110010 10010 101011010 111100 110111

Color Harmonies of #D2496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2496A

Black with #D2496A

Text Example


Text Example

White with #D2496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2496A; }

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

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

background-color css

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

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

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

border-color css

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

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

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